@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix schema: <http://schema.org/> . @prefix ns1: <http://www.w3id.org/def/caso#> . ns0:Actuation metadata_def:mappingLoom "actuation" ; metadata_def:mappingSameURI ns0:Actuation ; metadata_def:prefLabel "Actuation"@en ; 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:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Actuation"@en ; rdfs:subClassOf owl:Thing ; 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:actsOnProperty schema:domainIncludes ns0:Actuation . ns0:hasFeatureOfInterest schema:domainIncludes ns0:Actuation . ns0:hasResult schema:domainIncludes ns0:Actuation . ns0:hasSimpleResult schema:domainIncludes ns0:Actuation . ns0:isActedOnBy schema:rangeIncludes 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:phenomenonTime schema:domainIncludes ns0:Actuation . ns0:resultTime schema:domainIncludes ns0:Actuation . ns1:Actuation rdfs:subClassOf 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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix ns1: <http://www.w3id.org/def/caso#> .

ns0:Actuation
    metadata_def:mappingLoom "actuation" ;
    metadata_def:mappingSameURI ns0:Actuation ;
    metadata_def:prefLabel "Actuation"@en ;
    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:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Actuation"@en ;
    rdfs:subClassOf owl:Thing ;
    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:actsOnProperty
    schema:domainIncludes ns0:Actuation .

ns0:hasFeatureOfInterest
    schema:domainIncludes ns0:Actuation .

ns0:hasResult
    schema:domainIncludes ns0:Actuation .

ns0:hasSimpleResult
    schema:domainIncludes ns0:Actuation .

ns0:isActedOnBy
    schema:rangeIncludes 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:phenomenonTime
    schema:domainIncludes ns0:Actuation .

ns0:resultTime
    schema:domainIncludes ns0:Actuation .

ns1:Actuation
    rdfs:subClassOf ns0:Actuation .