Definition of saref:Actuation
Defined in https://saref.etsi.org/core/v3.2.1/ as:
A saref:Actuation is the act of carrying out a procedure to control the state of the world using an actuator. It links to an actuator to describe what made the actuation, and to the controlled feature, property, property of interest, state, or state of interest. Typically, its input is a property value or a state. An actuation of a state (OP saref:controls) should have a state as input (OP saref:hasInput). Respectively, an actuation of a property should have a property value as input.
Description as a Class
- has super-classes
-
saref:madeBy only
saref:Actuator
saref:controls min 1
saref:ProcedureExecution
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:controls rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:Actuator saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:Actuation ) ] .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:Actuation ;
dct:subject saref:Actuation .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:Actuation ;
dct:subject saref:Actuation .
saref:Actuation a owl:Class ;
rdfs:label "Actuation"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "A saref:Actuation is the act of carrying out a procedure to control the state of the world using an actuator. It links to an actuator to describe what made the actuation, and to the controlled feature, property, property of interest, state, or state of interest. Typically, its input is a property value or a state. An actuation of a state (OP saref:controls) should have a state as input (OP saref:hasInput). Respectively, an actuation of a property should have a property value as input."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Actuator ;
owl:onProperty saref:madeBy ],
[ a owl:Restriction ;
owl:minCardinality 1 ;
owl:onProperty saref:controls ],
saref:ProcedureExecution ;
skos:hiddenLabel "Actuation" .