@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 ns1: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <https://schema.org/> . 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 ns1:Entity . ns0:hasFeatureOfInterest ns2:domainIncludes ns0:Actuation . ns0:hasResult ns2:domainIncludes ns0:Actuation . ns0:hasSimpleResult ns2:domainIncludes ns0:Actuation . ns0:hasUltimateFeatureOfInterest ns2:domainIncludes ns0:Actuation . ns0:isFeatureOfInterestOf ns2:rangeIncludes ns0:Actuation . ns0:phenomenonTime ns2:domainIncludes ns0:Actuation . ns0:resultTime ns2:domainIncludes ns0:Actuation . ns0:usedProcedure ns2: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 ns1: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <https://schema.org/> .

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 ns1:Entity .

ns0:hasFeatureOfInterest
    ns2:domainIncludes ns0:Actuation .

ns0:hasResult
    ns2:domainIncludes ns0:Actuation .

ns0:hasSimpleResult
    ns2:domainIncludes ns0:Actuation .

ns0:hasUltimateFeatureOfInterest
    ns2:domainIncludes ns0:Actuation .

ns0:isFeatureOfInterestOf
    ns2:rangeIncludes ns0:Actuation .

ns0:phenomenonTime
    ns2:domainIncludes ns0:Actuation .

ns0:resultTime
    ns2:domainIncludes ns0:Actuation .

ns0:usedProcedure
    ns2:domainIncludes ns0:Actuation .