@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Attribute metadata_def:mappingLoom "attribute" ; metadata_def:mappingSameURI ns0:Attribute ; metadata_def:prefLabel "Attribute" ; metadata:prefixIRI "iot-lite:Attribute" ; a owl:Class ; rdfs:comment "An attribute of an IoT object that can be exposed by an IoT service (i.e. a room (IoT Object) has a temperature (Attribute), that can be exposed by a temperature sensor (IoT device)."@en ; rdfs:subClassOf owl:Thing . ns0:hasAttribute rdfs:range ns0:Attribute . ns0:hasQuantityKind rdfs:domain ns0:Attribute .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Attribute
    metadata_def:mappingLoom "attribute" ;
    metadata_def:mappingSameURI ns0:Attribute ;
    metadata_def:prefLabel "Attribute" ;
    metadata:prefixIRI "iot-lite:Attribute" ;
    a owl:Class ;
    rdfs:comment "An attribute of an IoT object that can be exposed by an IoT service (i.e. a room (IoT Object) has a temperature (Attribute), that can be exposed by a temperature sensor (IoT device)."@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasAttribute
    rdfs:range ns0:Attribute .

ns0:hasQuantityKind
    rdfs:domain ns0:Attribute .