@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . ns0:actsOnProperty schema:domainIncludes ns0:Actuation ; schema:rangeIncludes ns0:ActuatableProperty ; a owl:ObjectProperty ; rdfs:comment "Relation between an Actuation and the property of a FeatureOfInterest it is acting upon."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "acts on property"@en ; owl:inverseOf ns0:isActedOnBy ; skos:definition "Relation between an Actuation and the property of a FeatureOfInterest it is acting upon."@en ; skos:example "In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. "@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

ns0:actsOnProperty
    schema:domainIncludes ns0:Actuation ;
    schema:rangeIncludes ns0:ActuatableProperty ;
    a owl:ObjectProperty ;
    rdfs:comment "Relation between an Actuation and the property of a FeatureOfInterest it is acting upon."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "acts on property"@en ;
    owl:inverseOf ns0:isActedOnBy ;
    skos:definition "Relation between an Actuation and the property of a FeatureOfInterest it is acting upon."@en ;
    skos:example "In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. "@en .