@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#Hazard>
  skos:prefLabel "Hazard"@en ;
  skos:definition "It is a quality carried by a hazardous situation. Hazard is a condition or set of circumstances that has the potential to cause or contribute to injury or death\" (Sanders and McCormick, 1993, p. 675)."@en ;
  a skos:Concept, owl:NamedIndividual .

