@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#Fungus_Population>
  skos:prefLabel "Fungus Population"@en ;
  skos:definition "It is a collective of Fungus, which is any of about 144.000 known species of organisms of the kingdom Fungi, including yeasts, mildews, molds, and mushrooms."@en ;
  a skos:Concept, owl:NamedIndividual .

