@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix schema: <http://schema.org/> . @prefix ns1: <http://opendata.inra.fr/PO2/> . ns1:Transformation_Process rdfs:subClassOf ns0:Actuation . ns1:step rdfs:subClassOf ns0:Actuation . ns0:Actuation metadata_def:prefLabel "Actuation" ; metadata:prefixIRI "sosa:Actuation" ; a owl:Class ; rdfs:comment "An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator."@en ; rdfs:label "Actuation"@en ; rdfs:subClassOf obo_purl:BFO_0000015 ; skos:definition "An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator."@en ; skos:example "The activity of automatically closing a window if the temperature in a room drops below 20 degree Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. "@en . ns0:hasFeatureOfInterest schema:domainIncludes ns0:Actuation . ns0:hasResult schema:domainIncludes ns0:Actuation . ns0:isFeatureOfInterestOf schema:rangeIncludes ns0:Actuation . ns0:isResultOf schema:rangeIncludes ns0:Actuation . ns0:madeActuation schema:rangeIncludes ns0:Actuation . ns0:madeByActuator schema:domainIncludes ns0:Actuation . ns0:usedProcedure schema:domainIncludes ns0:Actuation .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix schema: <http://schema.org/> .
@prefix ns1: <http://opendata.inra.fr/PO2/> .

ns1:Transformation_Process
    rdfs:subClassOf ns0:Actuation .

ns1:step
    rdfs:subClassOf ns0:Actuation .

ns0:Actuation
    metadata_def:prefLabel "Actuation" ;
    metadata:prefixIRI "sosa:Actuation" ;
    a owl:Class ;
    rdfs:comment "An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator."@en ;
    rdfs:label "Actuation"@en ;
    rdfs:subClassOf obo_purl:BFO_0000015 ;
    skos:definition "An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator."@en ;
    skos:example "The activity of automatically closing a window if the temperature in a room drops below 20 degree Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. "@en .

ns0:hasFeatureOfInterest
    schema:domainIncludes ns0:Actuation .

ns0:hasResult
    schema:domainIncludes ns0:Actuation .

ns0:isFeatureOfInterestOf
    schema:rangeIncludes ns0:Actuation .

ns0:isResultOf
    schema:rangeIncludes ns0:Actuation .

ns0:madeActuation
    schema:rangeIncludes ns0:Actuation .

ns0:madeByActuator
    schema:domainIncludes ns0:Actuation .

ns0:usedProcedure
    schema:domainIncludes ns0:Actuation .