@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @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 ns1: <https://w3id.org/coswot/core/> . ns0:ActuatorKind metadata_def:mappingLoom "actuatorkind" ; metadata_def:mappingSameURI ns0:ActuatorKind ; metadata_def:prefLabel "Actuator Kind"@en ; metadata:prefixIRI "coswot:ActuatorKind" ; a owl:Class ; rdfs:comment "Actuator kinds allow to describe kinds of actuators, with common properties having the same value, common states being the same, common functions, and common services. An instance of coswot:ActuatorKind represents an archetype of real world actuators, for example to populate device catalogs."@en ; rdfs:isDefinedBy ns1:actuations ; rdfs:label "Actuator Kind"@en ; rdfs:subClassOf ns0:Actuator, ns0:DeviceKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@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 ns1: <https://w3id.org/coswot/core/> .

ns0:ActuatorKind
    metadata_def:mappingLoom "actuatorkind" ;
    metadata_def:mappingSameURI ns0:ActuatorKind ;
    metadata_def:prefLabel "Actuator Kind"@en ;
    metadata:prefixIRI "coswot:ActuatorKind" ;
    a owl:Class ;
    rdfs:comment "Actuator kinds allow to describe kinds of actuators, with common properties having the same value, common states being the same, common functions, and common services. An instance of coswot:ActuatorKind represents an archetype of real world actuators, for example to populate device catalogs."@en ;
    rdfs:isDefinedBy ns1:actuations ;
    rdfs:label "Actuator Kind"@en ;
    rdfs:subClassOf ns0:Actuator, ns0:DeviceKind .