@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://brickschema.org/schema/Brick#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.w3.org/ns/shacl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <https://brickschema.org/schema/BrickTag#> . ns0:Hazardous_Materials_Storage metadata_def:mappingLoom "hazardousmaterialsstorage" ; metadata_def:mappingSameURI ns0:Hazardous_Materials_Storage ; metadata_def:prefLabel "Hazardous Materials Storage" ; metadata:prefixIRI "brick:Hazardous_Materials_Storage" ; a owl:Class, owl:NamedIndividual, ns1:NodeShape ; rdfs:label "Hazardous Materials Storage" ; rdfs:subClassOf ns0:Storage_Room ; skos:definition "A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment"@en ; ns0:hasAssociatedTag ns2:Hazardous, ns2:Location, ns2:Materials, ns2:Room, ns2:Space, ns2:Storage .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://brickschema.org/schema/Brick#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.w3.org/ns/shacl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <https://brickschema.org/schema/BrickTag#> .

ns0:Hazardous_Materials_Storage
    metadata_def:mappingLoom "hazardousmaterialsstorage" ;
    metadata_def:mappingSameURI ns0:Hazardous_Materials_Storage ;
    metadata_def:prefLabel "Hazardous Materials Storage" ;
    metadata:prefixIRI "brick:Hazardous_Materials_Storage" ;
    a owl:Class, owl:NamedIndividual, ns1:NodeShape ;
    rdfs:label "Hazardous Materials Storage" ;
    rdfs:subClassOf ns0:Storage_Room ;
    skos:definition "A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment"@en ;
    ns0:hasAssociatedTag ns2:Hazardous, ns2:Location, ns2:Materials, ns2:Room, ns2:Space, ns2:Storage .