Definition of saref:controlsProperty
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship specifying the property that can be controlled by a certain device
Description as an Object Property
- has domain
- saref:Device
- has range
- saref:Property
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
saref:LightSwitch rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:controlsProperty ;
owl:someValuesFrom saref:Light ] .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Property ;
owl:onProperty saref:controlsProperty ] .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:controlsProperty .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references saref:controlsProperty .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references saref:controlsProperty .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:controlsProperty .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references saref:controlsProperty .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references saref:controlsProperty .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:controlsProperty ;
dct:subject saref:controlsProperty .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:controlsProperty ;
dct:subject saref:controlsProperty .
saref:controlsProperty a owl:ObjectProperty ;
rdfs:label "controls property"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v1.1.1/> ;
rdfs:comment "A relationship specifying the property that can be controlled by a certain device"@en ;
rdfs:domain saref:Device ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:range saref:Property ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v1.1.1/> ;
ns1:hiddenLabel "controlsProperty" .