@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#Plant_Population>
  skos:prefLabel "Plant Population"@en ;
  skos:definition "It is the collection of plants per unit area of land. Plant populations are characterized by their size (or density) and their structure (the number of individuals of different ages and sizes)."@en ;
  a skos:Concept, owl:NamedIndividual .

