@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/core#hasGranularity rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#hasTimeStamp rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#hasValue rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#isMeasuredIn rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#makesMeasurement rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#measuresProperty rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#relatesToProperty rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema# dateTime rdf:type rdfs:Datatype . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/adapters#Thermometer rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/adapters#Thermometer1 rdf:type owl:NamedIndividual , ; , ; . ################################################################# # Annotations ################################################################# ; "12-12-12T10:05:55"^^ ; 23 ; ; . ; "10-12-12T16:05:55"^^ ; 17 ; ; . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/