@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://vocab.audioblast.org/cv/sensingDevice> a skos:ConceptScheme ;
    dcterms:title "Sensing device"@en ;
    rdfs:label "Sensing device"@en ;
    skos:prefLabel "Sensing device"@en ;
    dcterms:description "Used to identify sensor types."@en ;
    skos:hasTopConcept <https://vocab.audioblast.org/cv/sensingDevice#DHT11>, <https://vocab.audioblast.org/cv/sensingDevice#DS18B20> .

<https://vocab.audioblast.org/cv/sensingDevice#DFRobotDS18B20> a skos:Concept ;
    rdfs:label "DFRobot DS18B20 Waterproof" ;
    skos:prefLabel "DFRobot DS18B20 Waterproof" ;
    rdf:value "DFRobotDS18B20" ;
    rdfs:comment "DS18B20 digital temperature sensor." ;
    skos:definition "DS18B20 digital temperature sensor." ;
    skos:inScheme <https://vocab.audioblast.org/cv/sensingDevice> ;
    skos:broader <https://vocab.audioblast.org/cv/sensingDevice#DS18B20> .

<https://vocab.audioblast.org/cv/sensingDevice#DHT11> a skos:Concept ;
    rdfs:label "DHT 11" ;
    skos:prefLabel "DHT 11" ;
    rdf:value "DHT11" ;
    rdfs:comment "Temperature and humidity sensor." ;
    skos:definition "Temperature and humidity sensor." ;
    skos:inScheme <https://vocab.audioblast.org/cv/sensingDevice> ;
    skos:topConceptOf <https://vocab.audioblast.org/cv/sensingDevice> .

<https://vocab.audioblast.org/cv/sensingDevice#DS18B20> a skos:Concept ;
    rdfs:label "DS18B20 " ;
    skos:prefLabel "DS18B20 " ;
    rdf:value "DS18B20" ;
    rdfs:comment "Digital temperature sensor." ;
    skos:definition "Digital temperature sensor." ;
    skos:inScheme <https://vocab.audioblast.org/cv/sensingDevice> ;
    skos:topConceptOf <https://vocab.audioblast.org/cv/sensingDevice> ;
    skos:narrower <https://vocab.audioblast.org/cv/sensingDevice#DFRobotDS18B20> .
