@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/core/> . @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/> . @prefix ns1: <https://saref.etsi.org/saref4wear/> . ns0:Actuator rdfs:subClassOf ns0:Device . ns0:Device metadata_def:mappingLoom "device" ; metadata_def:mappingSameURI ns0:Device ; metadata_def:prefLabel "Device"@en ; metadata:prefixIRI "saref:Device" ; a owl:Class ; rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function."@en ; rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Device"@en ; rdfs:subClassOf owl:Thing . ns0:Sensor rdfs:subClassOf ns0:Device . ns1:MemoryStorage rdfs:subClassOf ns0:Device . ns1:PowerSupply rdfs:subClassOf ns0:Device . ns1:Wearable rdfs:subClassOf ns0:Device . ns1:controlsFeature rdfs:domain ns0:Device . ns1:featureIsControlledByDevice rdfs:range ns0:Device . ns1:featureIsMeasuredByDevice rdfs:range ns0:Device . ns1:hasInterface rdfs:domain ns0:Device . ns1:hasPowerSupply rdfs:domain ns0:Device . ns1:hasSensor rdfs:domain ns0:Device . ns1:installs rdfs:range ns0:Device . ns1:interactsWith rdfs:range ns0:Device . ns1:isDetectedBy rdfs:range ns0:Device . ns1:isTriggeredBy rdfs:range ns0:Device . ns1:measuresFeature rdfs:domain ns0:Device . ns1:monitors rdfs:domain ns0:Device ; rdfs:range ns0:Device . ns1:triggers rdfs:domain ns0:Device .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/core/> .
@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/> .
@prefix ns1: <https://saref.etsi.org/saref4wear/> .

ns0:Actuator
    rdfs:subClassOf ns0:Device .

ns0:Device
    metadata_def:mappingLoom "device" ;
    metadata_def:mappingSameURI ns0:Device ;
    metadata_def:prefLabel "Device"@en ;
    metadata:prefixIRI "saref:Device" ;
    a owl:Class ;
    rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
    rdfs:label "Device"@en ;
    rdfs:subClassOf owl:Thing .

ns0:Sensor
    rdfs:subClassOf ns0:Device .

ns1:MemoryStorage
    rdfs:subClassOf ns0:Device .

ns1:PowerSupply
    rdfs:subClassOf ns0:Device .

ns1:Wearable
    rdfs:subClassOf ns0:Device .

ns1:controlsFeature
    rdfs:domain ns0:Device .

ns1:featureIsControlledByDevice
    rdfs:range ns0:Device .

ns1:featureIsMeasuredByDevice
    rdfs:range ns0:Device .

ns1:hasInterface
    rdfs:domain ns0:Device .

ns1:hasPowerSupply
    rdfs:domain ns0:Device .

ns1:hasSensor
    rdfs:domain ns0:Device .

ns1:installs
    rdfs:range ns0:Device .

ns1:interactsWith
    rdfs:range ns0:Device .

ns1:isDetectedBy
    rdfs:range ns0:Device .

ns1:isTriggeredBy
    rdfs:range ns0:Device .

ns1:measuresFeature
    rdfs:domain ns0:Device .

ns1:monitors
    rdfs:domain ns0:Device ;
    rdfs:range ns0:Device .

ns1:triggers
    rdfs:domain ns0:Device .