@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#Exposure>
  skos:prefLabel "Exposure"@en ;
  skos:definition "It is the disposition of an urban system to be exposed to a hazardous situation. It is based on the intensity, duration, and frequency of contact with the risk driver."@en ;
  a skos:Concept, owl:NamedIndividual .

