@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#Virus_Population>
  skos:prefLabel "Virus Population"@en ;
  skos:definition "It is a collective of a kind of virus. It is possible that viruses originated from mobile genetic elements that acquired intercellular migration capabilities. They could be descendants of formerly free-living organisms that adopted a parasite replication strategy."@en ;
  a skos:Concept, owl:NamedIndividual .

