saref:hasOutput — has output

IRI
https://saref.etsi.org/core/hasOutput
Is defined by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
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/Get#
Download serialization
License

Definition of saref:hasOutput

Defined in https://saref.etsi.org/core/v3.2.1/ as:

Links a command or operation to its outputs.

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#> .

<https://saref.etsi.org/saref4grid/v2.1.1/example/Get#> dct:references saref:hasOutput .

<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references saref:hasOutput .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasOutput ;
    dct:subject saref:hasOutput .

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

saref:hasOutput a owl:ObjectProperty ;
    rdfs:label "has output"@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/Get#> ;
    rdfs:comment "Links a command or operation to its outputs."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:Command saref:CommandOfInterest saref:Operation ) ] ;
    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 observing a smart home. Observe the temperature once will output the indoor temperature property; observe status of the entry door will output an open/close state."@en ;
    skos:hiddenLabel "hasOutput" .