@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @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 metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:Actuator rdfs:subClassOf ns0:Device . ns0:Device metadata_def:mappingLoom "device" ; metadata_def:mappingSameURI ns0:Device ; metadata_def:prefLabel "Device"@en ; metadata:prefixIRI "coswot: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. An instance of coswot:DeviceOfInterest represents one specific real world entity, while an instance of coswot:DeviceKind represents an archetype of real world devices."@en ; rdfs:isDefinedBy ns1:devices ; rdfs:label "Device"@en ; rdfs:subClassOf ns0:System ; skos:example "Examples of devices are a light switch, a temperature sensor, an energy meter, a water flow meter, and a laundry dryer. A laundry dryer is designed to dry laundry, and to accomplish this task it has a start/stop function."@en . ns0:DeviceKind rdfs:subClassOf ns0:Device . ns0:DeviceOfInterest rdfs:subClassOf ns0:Device . ns0:Sensor rdfs:subClassOf ns0:Device . ns0:hasFunction rdfs:domain ns0:Device . ns0:hasFunctionKind rdfs:domain ns0:Device . ns0:isFunctionKindOf rdfs:range ns0:Device . ns0:isFunctionOf rdfs:range ns0:Device . ns0:isOfferedBy rdfs:range ns0:Device . ns0:offers rdfs:domain ns0:Device .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:Actuator
    rdfs:subClassOf ns0:Device .

ns0:Device
    metadata_def:mappingLoom "device" ;
    metadata_def:mappingSameURI ns0:Device ;
    metadata_def:prefLabel "Device"@en ;
    metadata:prefixIRI "coswot: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. An instance of coswot:DeviceOfInterest represents one specific real world entity, while an instance of coswot:DeviceKind represents an archetype of real world devices."@en ;
    rdfs:isDefinedBy ns1:devices ;
    rdfs:label "Device"@en ;
    rdfs:subClassOf ns0:System ;
    skos:example "Examples of devices are a light switch, a temperature sensor, an energy meter, a water flow meter, and a laundry dryer. A laundry dryer is designed to dry laundry, and to accomplish this task it has a start/stop function."@en .

ns0:DeviceKind
    rdfs:subClassOf ns0:Device .

ns0:DeviceOfInterest
    rdfs:subClassOf ns0:Device .

ns0:Sensor
    rdfs:subClassOf ns0:Device .

ns0:hasFunction
    rdfs:domain ns0:Device .

ns0:hasFunctionKind
    rdfs:domain ns0:Device .

ns0:isFunctionKindOf
    rdfs:range ns0:Device .

ns0:isFunctionOf
    rdfs:range ns0:Device .

ns0:isOfferedBy
    rdfs:range ns0:Device .

ns0:offers
    rdfs:domain ns0:Device .