Definition of saref:isCommandOf
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship between a command and a function.
Description as an Object Property
- has domain
- saref:Command
- has range
- saref:Function
- is inverse of
- saref:hasCommand
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:CloseCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:OpenCloseFunction ;
owl:onProperty saref:isCommandOf ] .
saref:GetCurrentMeterValueCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:MeteringFunction ;
owl:onProperty saref:isCommandOf ] .
saref:GetMeterDataCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:MeteringFunction ;
owl:onProperty saref:isCommandOf ] .
saref:GetMeterHistoryCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:MeteringFunction ;
owl:onProperty saref:isCommandOf ] .
saref:GetSensingDataCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:SensingFunction ;
owl:onProperty saref:isCommandOf ] .
saref:NotifyCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:EventFunction ;
owl:onProperty saref:isCommandOf ] .
saref:OffCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:OnOffFunction ;
owl:onProperty saref:isCommandOf ] .
saref:OnCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:OnOffFunction ;
owl:onProperty saref:isCommandOf ] .
saref:OpenCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:OpenCloseFunction ;
owl:onProperty saref:isCommandOf ] .
saref:SetLevelCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:LevelControlFunction ;
owl:onProperty saref:isCommandOf ] .
saref:StartCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:StartStopFunction ;
owl:onProperty saref:isCommandOf ] .
saref:StepDownCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:LevelControlFunction ;
owl:onProperty saref:isCommandOf ] .
saref:StepUpCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:LevelControlFunction ;
owl:onProperty saref:isCommandOf ] .
saref:StopCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:StartStopFunction ;
owl:onProperty saref:isCommandOf ] .
saref:ToggleCommand rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:OnOffFunction ;
owl:onProperty saref:isCommandOf ] .
saref:hasCommand owl:inverseOf saref:isCommandOf .
saref:Command rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass saref:Function ;
owl:onProperty saref:isCommandOf ] .
<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v3.2.1/example/functions#> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v4.1.1/example/functions#> dct:references saref:isCommandOf .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:isCommandOf .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:isCommandOf ;
dct:subject saref:isCommandOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isCommandOf ;
dct:subject saref:isCommandOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isCommandOf ;
dct:subject saref:isCommandOf .
saref:isCommandOf a owl:ObjectProperty ;
rdfs:label "is command of"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
<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/v3.2.1/example/functions#>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/core/v4.1.1/example/functions#>,
<https://saref.etsi.org/saref4agri/v1.1.2/> ;
rdfs:comment "A relationship between a command and a function."@en ;
rdfs:domain saref:Command ;
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:Function ;
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/> ;
ns1:hiddenLabel "isCommandOf" .