@prefix geo: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix saref: . @prefix ex: . @prefix time: . @prefix xsd: . @prefix dctype: . @prefix dcterms: . @prefix skos: . a dctype:Dataset ; dcterms:license ; dcterms:conformsTo ; dcterms:title "Example HVAC"@en ; dcterms:description "Example HVAC"@en . ## Device kinds ex:HVAC a saref:FeatureKind ; rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental Comfort. A ex:HVAC is typically used to accomplish ex:Comfort."@en ; saref:accomplishes saref:Comfort ; rdfs:label "HVAC"@en . ex:Comfort a saref:Task ; rdfs:comment "A type of task for which a device is designed"@en ; rdfs:label "Comfort"@en .