@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://www.return.com/ontologies/2024/vocab#Human_Population>
  skos:related <http://www.return.com/ontologies/2024/vocab#Population> ;
  skos:hasTopConcept <http://www.return.com/ontologies/2024/vocab#Population> ;
  skos:prefLabel "Human Population"@en ;
  skos:definition "It is a subtype of the Biological Population collective, covering the subtypes of resident, non-resident populations in a given space and at the same time."@en ;
  a skos:Concept, owl:NamedIndividual .

<http://www.return.com/ontologies/2024/vocab#Population>
  skos:prefLabel "Population"@en ;
  a skos:Concept, owl:NamedIndividual .

