Definition of saref:hasInput
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a command, operation, or procedure execution, to its inputs.
Description as an Object Property
- has domain
- saref:Command or saref:CommandOfInterest or saref:Operation or 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#> .
<https://saref.etsi.org/saref4grid/v2.1.1/example/Action#> dct:references saref:hasInput .
<https://saref.etsi.org/saref4grid/v2.1.1/example/Get#> dct:references saref:hasInput .
<https://saref.etsi.org/saref4grid/v2.1.1/example/Set#> dct:references saref:hasInput .
<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references saref:hasInput .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasInput ;
dct:subject saref:hasInput .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasInput ;
dct:subject saref:hasInput .
saref:hasInput a owl:ObjectProperty ;
rdfs:label "has input"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/Action#>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/Get#>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/Set#> ;
rdfs:comment "Links a command, operation, or procedure execution, to its inputs."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:Command saref:CommandOfInterest saref:Operation saref:ProcedureExecution ) ] ;
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/>,
<https://saref.etsi.org/saref4grid/v2.1.1/> ;
skos:example "Different complementary commands can be defined for controlling a light. Turn on or off the light based on a desired state, toggle the light status of a specific light, set the luminosity level with a transition time, set the default transition time, start comfort."@en ;
skos:hiddenLabel "hasInput" ;
skos:historyNote "V3.2.1: Introduced saref:hasInput and saref:hasOutput."@en .