saref:hasCommandKind — has command kind

IRI
https://saref.etsi.org/core/hasCommandKind
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/
Download serialization
License

Definition of saref:hasCommandKind

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

links a command of interest to its kind, a command.

Description as an Object Property

has domain
saref:CommandOfInterest
has range
saref:Command
has sub-property chains
( saref:hasCommandKind o skos:broader)

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:hasCommand owl:propertyChainAxiom ( saref:hasCommandOfInterest saref:hasCommandKind ) .

saref:isExecutionOf owl:propertyChainAxiom ( saref:isExecutionOf saref:hasCommandKind ) .

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

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

saref:hasCommandKind a owl:ObjectProperty ;
    rdfs:label "has command kind"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "links a command of interest to its kind, a command."@en ;
    rdfs:domain saref:CommandOfInterest ;
    rdfs:isDefinedBy <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.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:propertyChainAxiom ( saref:hasCommandKind skos:broader ) ;
    skos:hiddenLabel "hasCommandKind" .