Definition of saref:isActedUponBy
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a feature, property, or state, to the device, function, command, or procedure execution, that acts on it.
Description as an Object Property
- has sub-properties
-
saref:isControlledBy
saref:isObservedBy - has domain
- saref:FeatureKind or saref:FeatureOfInterest or saref:Property or saref:PropertyOfInterest or saref:State or saref:StateOfInterest
- has range
- saref:FeatureKind or saref:Device or saref:Function or saref:FunctionOfInterest or saref:Command or saref:CommandOfInterest or saref:ProcedureExecution
- is inverse of
- saref:actsUpon
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:isActedUponBy .
saref:isObservedBy rdfs:subPropertyOf saref:isActedUponBy .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isActedUponBy ;
dct:subject saref:isActedUponBy .
saref:isActedUponBy a owl:ObjectProperty ;
rdfs:label "is acted upon by"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/> ;
rdfs:comment "Links a feature, property, or state, to the device, function, command, or procedure execution, that acts on 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/v3.2.1/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:Device saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:ProcedureExecution ) ] ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/> ;
owl:inverseOf saref:actsUpon ;
skos:hiddenLabel "isActedUponBy" ;
skos:historyNote "V3.2.1: Introduced property saref:isActedUponBy."@en .