saref:isTargetOf — is target of

IRI
https://saref.etsi.org/core/isTargetOf
Is defined by
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v4.1.1/
Download serialization
License

Definition of saref:isTargetOf

Defined in https://saref.etsi.org/core/v4.1.1/ as:

Links a feature, property, or state, to the device, function, command, or procedure execution, that targets it.

Description as an Object Property

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:isControlledBy rdfs:subPropertyOf saref:isTargetOf .

saref:isObservedBy rdfs:subPropertyOf saref:isTargetOf .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isTargetOf ;
    dct:subject saref:isTargetOf .

saref:isTargetOf a owl:ObjectProperty ;
    rdfs:label "is target of"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "Links a feature, property, or state, to the device, function, command, or procedure execution, that targets it."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:DeviceKind saref:Device saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:ProcedureExecution ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/core/v4.1.1/> ;
    owl:inverseOf saref:targets ;
    skos:hiddenLabel "isTargetOf" ;
    skos:historyNote "V3.2.1: Introduced property saref:isActedUponBy."@en,
        "V4.1.1: Renamed property saref:isActedUponBy into saref:isTargetOf."@en .