@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:SensorKind metadata_def:mappingLoom "sensorkind" ; metadata_def:mappingSameURI ns0:SensorKind ; metadata_def:prefLabel "Sensor Kind"@en ; metadata:prefixIRI "coswot:SensorKind" ; a owl:Class ; rdfs:comment "Sensor kinds allow to describe types of sensors, with common properties having the same value, common states being the same, common functions, and common services. An instance of coswot:SensorKind represents an archetype of real world sensors, for example to populate device catalogs."@en ; rdfs:isDefinedBy ns1:observations ; rdfs:label "Sensor Kind"@en ; rdfs:subClassOf ns0:DeviceKind, ns0:Sensor .
@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:SensorKind
    metadata_def:mappingLoom "sensorkind" ;
    metadata_def:mappingSameURI ns0:SensorKind ;
    metadata_def:prefLabel "Sensor Kind"@en ;
    metadata:prefixIRI "coswot:SensorKind" ;
    a owl:Class ;
    rdfs:comment "Sensor kinds allow to describe types of sensors, with common properties having the same value, common states being the same, common functions, and common services. An instance of coswot:SensorKind represents an archetype of real world sensors, for example to populate device catalogs."@en ;
    rdfs:isDefinedBy ns1:observations ;
    rdfs:label "Sensor Kind"@en ;
    rdfs:subClassOf ns0:DeviceKind, ns0:Sensor .