@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#Hazardous_Building>
  skos:prefLabel "Hazardous Building"@en ;
  skos:definition "These types of buildings include any building which is used for storage, handling, manufacturing, or processing of highly combustible explosive materials or products that are liable to burn extremely rapidly, which may produce poisonous fumes."@en ;
  a skos:Concept, owl:NamedIndividual .

