Definition of saref:targets
Defined in https://saref.etsi.org/core/v4.1.1/ as:
Links a device, function, command, or procedure execution, to the feature, property, or state, it targets.
Description as an Object Property
- has sub-properties
-
saref:controls
saref:observes - has domain
- saref:DeviceKind or saref:Device or saref:Function or saref:FunctionOfInterest or saref:Command or saref:CommandOfInterest or saref:ProcedureExecution
- has range
- saref:FeatureKind or saref:FeatureOfInterest or saref:Property or saref:PropertyOfInterest or saref:State or saref:StateOfInterest
- is inverse of
- saref:isTargetOf
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
saref:controls rdfs:subPropertyOf saref:targets .
saref:isTargetOf owl:inverseOf saref:targets .
saref:observes rdfs:subPropertyOf saref:targets .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references saref:targets .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> dct:references saref:targets .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:targets .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:targets ;
dct:subject saref:targets .
saref:targets a owl:ObjectProperty ;
rdfs:label "targets"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> ;
rdfs:comment "Links a device, function, command, or procedure execution, to the feature, property, or state, it targets."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:DeviceKind saref:Device saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:ProcedureExecution ) ] ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] ;
rdfs:seeAlso <https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "targets" ;
skos:historyNote "V3.2.1: saref:actsUpon now holds not only between a command and a state. It generalizes observes, observes, controls. Domain and range are unions of several classes."@en,
"V4.1.1: saref:actsUpon is renamed saref:targets."@en .