@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/core#belongsTo rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#constructionYear rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#heatingArea rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#contractType rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#costPrice rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#forSeason rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#hasAgreement rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#hasSource rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#relatedToMeasurement rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/energy#relatesToMeasurement rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#hasPrice rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#hasProperty rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#hasValue rdf:type owl:AnnotationProperty . ### https://saref.etsi.org/core#isMeasuredIn rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/core#Building rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/core#Municipality rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/energy#CostPriceSeason rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/energy#PriceAgreement rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/energy#Season rdf:type owl:Class . ### https://saref.etsi.org/core#Measurement rdf:type owl:Class . ### https://saref.etsi.org/core#Unit-Of-Measure rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/core#KiloWattHourYear rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/energy#Building132261 rdf:type owl:NamedIndividual , ; ; 1985 ; "153 m" ; , . ### https://auroral.iot.linkeddata.es/def/energy#CostPrice132261 rdf:type owl:NamedIndividual , ; 1.17 ; ; . ### https://auroral.iot.linkeddata.es/def/energy#FixedAgreement rdf:type owl:NamedIndividual , ; "One Year" . ### https://auroral.iot.linkeddata.es/def/energy#Measurement132261 rdf:type owl:NamedIndividual , ; 121217 ; . ### https://auroral.iot.linkeddata.es/def/energy#MeasurementuseIntensity132261 rdf:type owl:NamedIndividual , ; 79.26143791 ; . ### https://auroral.iot.linkeddata.es/def/energy#Robertsfors rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/energy#Spring rdf:type owl:NamedIndividual , . ################################################################# # Annotations ################################################################# ; ; . ; . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/