saref:hasCommand — has command

IRI
https://saref.etsi.org/core/hasCommand
Is defined by
https://saref.etsi.org/core/v3.1.1/
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.1.1/
https://saref.etsi.org/core/v3.1.1/example/doorswitch#
https://saref.etsi.org/core/v3.1.1/example/energymeter#
https://saref.etsi.org/core/v3.1.1/example/lightswitch#
https://saref.etsi.org/core/v3.1.1/example/smokesensor#
https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#
https://saref.etsi.org/core/v3.1.1/example/washingmachine#
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4agri/v1.1.2/
Download serialization
License

Definition of saref:hasCommand

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

A relationship between a function and a command

Description as an Object Property

has domain
saref:Function
has range
saref:Command
is inverse of
saref:isCommandOf

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

saref:Function rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Command ;
            owl:onProperty saref:hasCommand ] .

<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasCommand .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:hasCommand .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasCommand ;
    dct:subject saref:hasCommand .

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

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

saref:hasCommand a owl:ObjectProperty ;
    rdfs:label "has command"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/doorswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
        <https://saref.etsi.org/core/v3.1.1/example/lightswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/smokesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:comment "A relationship between a function and a command"@en ;
    rdfs:domain saref:Function ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:Command ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    owl:inverseOf saref:isCommandOf ;
    ns1:hiddenLabel "hasCommand" .