@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/aerOS/building#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://w3id.org/aerOS/> . ns0:RoomAcetone a owl:NamedIndividual, ns0:RoomGas ; rdfs:comment "Property that represents the amount of acetone present in the air a given room." ; rdfs:isDefinedBy ns1:building ; rdfs:label "Room Acetone" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/aerOS/building#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/aerOS/> .

ns0:RoomAcetone
    a owl:NamedIndividual, ns0:RoomGas ;
    rdfs:comment "Property that represents the amount of acetone present in the air a given room." ;
    rdfs:isDefinedBy ns1:building ;
    rdfs:label "Room Acetone" .