Definition of saref:hasOptionalCommand
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a function and one of its optional commands
Description as an Object Property
- has super-properties
- saref:hasCommand
- has domain
- saref:Function
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:hasOptionalCommand .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasOptionalCommand ;
dct:subject saref:hasOptionalCommand .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasOptionalCommand ;
dct:subject saref:hasOptionalCommand .
saref:hasOptionalCommand a owl:ObjectProperty ;
rdfs:label "has optional command"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:comment "Links a function and one of its optional commands"@en ;
rdfs:domain saref:Function ;
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/saref4ehaw/v2.1.1/> ;
rdfs:subPropertyOf saref:hasCommand ;
skos:hiddenLabel "hasOptionalCommand" .