@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#Biological_Agent>
  skos:inScheme <http://www.return.com/ontologies/2024/vocab#Thesauro> ;
  skos:related <http://www.return.com/ontologies/2024/vocab#Biological_Population> ;
  skos:prefLabel "Biological Agent"@en ;
  skos:definition "A biological agent is a broad category that encompasses all biological agents present or potentially present in an urban system. These agents can have both a component role in the urban system and a risk driver role, actively participating in risk events initiated by hazardous situations."@en ;
  a skos:Concept, owl:NamedIndividual .

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

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

