@prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # Annotation properties ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#address rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#brand rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#bufferedEnd rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#city rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#created rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#hasAdress rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#hasType rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#identifier rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#label rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#lift_offer rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#madeBy rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#model rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#purpose rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#relatedTo rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#reservationEnd rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#reservationStart rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#state rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#timeZone rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/car-booking#zip rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasEmail rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasID rdf:type owl:AnnotationProperty . ### https://auroral.iot.linkeddata.es/def/core#hasName rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#Address rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/car-booking#Reservation rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/car-booking#Vehicle rdf:type owl:Class . ### https://auroral.iot.linkeddata.es/def/core#User rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#address1 rdf:type owl:NamedIndividual , ; "Dornbirn" ; "6850" . ### https://auroral.iot.linkeddata.es/def/car-booking#address2 rdf:type owl:NamedIndividual , ; "Färbergasse 17b" ; "Teststand" ; "6850" . ### https://auroral.iot.linkeddata.es/def/car-booking#reservation1 rdf:type owl:NamedIndividual , ; "2020-02-25T17:00:00+01:00"^^xsd:dateTime ; "2020-02-25T15:26:56.269446+01:00"^^xsd:dateTime ; "538824" ; "false"^^xsd:boolean ; ; "0" ; ; "2020-02-25T17:00:00+01:00"^^xsd:dateTime ; "2020-02-25T15:00:00+01:00"^^xsd:dateTime ; "closed" . ### https://auroral.iot.linkeddata.es/def/car-booking#vehicle1 rdf:type owl:NamedIndividual , ; "ILOCKIT" ; ; "[RAD1 - LCT] ILOCKIT PLUS Testschloss" ; "951" ; "[RAD1 - LCT]" ; "PLUS Testschloss" ; "Europe/Vienna" . ### https://auroral.iot.linkeddata.es/def/core#user1 rdf:type owl:NamedIndividual , ; ; "christian.sutterluety@carusocarsharing.com" ; "16992" ; "Christian Sutterlüty (Fuhrparkmanager)" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/