Definition of saref:hasMandatoryCommand
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a function and one of its mandatory commands
Description as an Object Property
- has super-properties
- saref:hasCommand
- has domain
- saref:Function
- has sub-property chains
- ( skos:broader o saref:hasMandatoryCommand)
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:hasFeatureKind saref:hasMandatoryCommand ) .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:hasMandatoryCommand .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasMandatoryCommand ;
dct:subject saref:hasMandatoryCommand .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasMandatoryCommand ;
dct:subject saref:hasMandatoryCommand .
saref:hasMandatoryCommand a owl:ObjectProperty ;
rdfs:label "has mandatory 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 mandatory 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 ;
owl:propertyChainAxiom ( skos:broader saref:hasMandatoryCommand ) ;
skos:hiddenLabel "hasMandatoryCommand" ;
skos:historyNote "V3.2.1: Introduced mandatory and optional commands."@en .