@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> . ns1:ActuatingDevice rdfs:subClassOf ns0:Device . ns1:TagDevice rdfs:subClassOf ns0:Device . ns0:Device metadata_def:mappingLoom "device" ; metadata_def:mappingSameURI ns0:Device ; metadata_def:prefLabel "Device"@en ; a owl:Class ; rdfs:comment " A device is a physical piece of technology - a system in a box. Devices may of course be built of smaller devices and software components (i.e. systems have components)."@en ; rdfs:label "Device"@en ; rdfs:subClassOf owl:Thing . ns0:SensingDevice rdfs:subClassOf ns0:Device .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> .

ns1:ActuatingDevice
    rdfs:subClassOf ns0:Device .

ns1:TagDevice
    rdfs:subClassOf ns0:Device .

ns0:Device
    metadata_def:mappingLoom "device" ;
    metadata_def:mappingSameURI ns0:Device ;
    metadata_def:prefLabel "Device"@en ;
    a owl:Class ;
    rdfs:comment " A device is a physical piece of technology - a system in a box. Devices may of course be built of smaller devices and software components (i.e. systems have components)."@en ;
    rdfs:label "Device"@en ;
    rdfs:subClassOf owl:Thing .

ns0:SensingDevice
    rdfs:subClassOf ns0:Device .