saref:actsUpon — acts upon

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

Definition of saref:actsUpon

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

A relationship between a command and a state

Description as an Object Property

has domain
saref:Command
has range
saref:State

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/> .

saref:CloseCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:OpenCloseState ] .

saref:OffCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:OnOffState ] .

saref:OnCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:OnOffState ] .

saref:OpenCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:OpenCloseState ] .

saref:SetLevelCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:MultiLevelState ] .

saref:StartCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:StartStopState ] .

saref:StepDownCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:MultiLevelState ] .

saref:StepUpCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:MultiLevelState ] .

saref:StopCommand rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:actsUpon ;
            owl:someValuesFrom saref:StartStopState ] .

saref:Command rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:State ;
            owl:onProperty saref:actsUpon ] .

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

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

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

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

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

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

saref:actsUpon a owl:ObjectProperty ;
    rdfs:label "acts upon"@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/lightswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:comment "A relationship between a command and a state"@en ;
    rdfs:domain saref:Command ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:range saref:State ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    ns1:hiddenLabel "actsUpon" .