@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### http://lexvo.org/ontology#language rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#applicableToGeographicArea rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#code rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#currentStatus rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasDomain rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasFunctionality rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasRequirement rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasSubDomain rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#name rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#numberOfDownload rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#provider rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#serviceFree rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#versionOfservice rdf:type owl:AnnotationProperty . ### https://www.w3.org/2019/wot/td#created rdf:type owl:AnnotationProperty . ### https://www.w3.org/2019/wot/td#description rdf:type owl:AnnotationProperty . ### https://www.w3.org/2019/wot/td#modified rdf:type owl:AnnotationProperty . ### https://www.w3.org/2019/wot/td#title rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/core#Place rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/core#Service rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/core#PlaceService1 rdf:type owl:NamedIndividual , ; "codeCountry" ; "nameCountry" . ### https://auroral.iot.linkeddata.es/def/core#Service1 rdf:type owl:NamedIndividual , ; , ; ; "available" ; ; "Guide in Musuem" ; "Photo not allowed" ; "Musuemvisit" ; 15 ; "Luxactive" ; "true"^^xsd:boolean ; "version1" ; "12-01-2022T12:10:14"^^xsd:dateTime ; "service for accomodation" ; "12-01-2023T11:05:34"^^xsd:dateTime ; "accomodationService" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/