@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#Bacterial_population>
  skos:prefLabel "Bacterial population"@en ;
  skos:definition "It is the collective of bacteria of a specified gender and species. A bacterial colony may expand in a geometric or exponential fashion."@en ;
  a skos:Concept, owl:NamedIndividual .

