@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: <http://www.w3.org/ns/ssn/> . @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/> . ns0:Actuator metadata_def:mappingLoom "actuator" ; metadata_def:mappingSameURI ns0:Actuator ; metadata_def:prefLabel "Actuator" ; metadata:prefixIRI "sosa:Actuator" ; a owl:Class ; rdfs:comment "A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Actuator"@en ; rdfs:subClassOf ns1:System ; skos:definition "A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world."@en ; skos:example "A window actuator for automatic window control, i.e., opening or closing the window."@en . ns0:hosts schema:rangeIncludes ns0:Actuator . ns0:isHostedBy schema:domainIncludes ns0:Actuator . ns0:madeActuation schema:domainIncludes ns0:Actuator . ns0:madeByActuator schema:rangeIncludes ns0:Actuator .
@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: <http://www.w3.org/ns/ssn/> .
@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/> .

ns0:Actuator
    metadata_def:mappingLoom "actuator" ;
    metadata_def:mappingSameURI ns0:Actuator ;
    metadata_def:prefLabel "Actuator" ;
    metadata:prefixIRI "sosa:Actuator" ;
    a owl:Class ;
    rdfs:comment "A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Actuator"@en ;
    rdfs:subClassOf ns1:System ;
    skos:definition "A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world."@en ;
    skos:example "A window actuator for automatic window control, i.e., opening or closing the window."@en .

ns0:hosts
    schema:rangeIncludes ns0:Actuator .

ns0:isHostedBy
    schema:domainIncludes ns0:Actuator .

ns0:madeActuation
    schema:domainIncludes ns0:Actuator .

ns0:madeByActuator
    schema:rangeIncludes ns0:Actuator .