@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; "Ahlem Rhayem" , "Andrea Cimmino" , "Juan Cano" , "María Poveda-Villalón" , "Raúl Garcia-Castro" ; "This ontology aims at modelling the car-booking data for the AURORAL project." ; "The AURORAL car-booking Ontology" ; ; owl:versionInfo "0.0.1" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#hasAddress :hasAddress rdf:type owl:ObjectProperty ; rdfs:range :Address ; rdfs:comment "Relationship between an object (user, cehicle, etc) and its address" ; rdfs:label "has address" . ### https://auroral.iot.linkeddata.es/def/car-booking#madeBy :madeBy rdf:type owl:ObjectProperty ; rdfs:domain :Reservation ; rdfs:range ; rdfs:comment "A relationship between the reservation and the person who make it" ; rdfs:label "made by" . ### https://auroral.iot.linkeddata.es/def/car-booking#makesReservation :makesReservation rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Reservation ; rdfs:comment "A relationship between the person and the reservation that he made" ; rdfs:label "makes reservation" . ### https://auroral.iot.linkeddata.es/def/car-booking#relatedTo :relatedTo rdf:type owl:ObjectProperty ; rdfs:domain :Reservation ; rdfs:range :Vehicle ; rdfs:comment "A relationship between the reservation and the object about it" ; rdfs:label "related to" . ################################################################# # Data properties ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#address :address rdf:type owl:DatatypeProperty ; rdfs:domain :Address ; rdfs:range xsd:string ; rdfs:comment "Information about the address of the user or the vehicle" ; rdfs:label "address" . ### https://auroral.iot.linkeddata.es/def/car-booking#brand :brand rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The brand of the vehicle" ; rdfs:label "brand" . ### https://auroral.iot.linkeddata.es/def/car-booking#bufferedEnd :bufferedEnd rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:dateTime ; rdfs:comment "The buffered end of a reservation" ; rdfs:label "buffered end" . ### https://auroral.iot.linkeddata.es/def/car-booking#city :city rdf:type owl:DatatypeProperty ; rdfs:domain :Address ; rdfs:range xsd:string ; rdfs:comment "The city specified in an address" ; rdfs:label "city" . ### https://auroral.iot.linkeddata.es/def/car-booking#created :created rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:dateTime ; rdfs:comment "The created date of a reservation" ; rdfs:label "created" . ### https://auroral.iot.linkeddata.es/def/car-booking#identifierReservation :identifierReservation rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:string ; rdfs:comment "The identifier of a reservation" ; rdfs:label "identifier reservation" . ### https://auroral.iot.linkeddata.es/def/car-booking#identifierVehicle :identifierVehicle rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The identifier of a vehicle" ; rdfs:label "identifier" . ### https://auroral.iot.linkeddata.es/def/car-booking#label :label rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The label of a vehicle" ; rdfs:label "label" . ### https://auroral.iot.linkeddata.es/def/car-booking#liftOffer :liftOffer rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:boolean ; rdfs:comment "The lift offer of a reservation" ; rdfs:label "lift offer" . ### https://auroral.iot.linkeddata.es/def/car-booking#model :model rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The model of a vehicle" ; rdfs:label "model" . ### https://auroral.iot.linkeddata.es/def/car-booking#note :note rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:string ; rdfs:comment "The note of a reservation" ; rdfs:label "note" . ### https://auroral.iot.linkeddata.es/def/car-booking#purpose :purpose rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:string ; rdfs:comment "The purpose of a reservation" ; rdfs:label "purpose" . ### https://auroral.iot.linkeddata.es/def/car-booking#reservationEnd :reservationEnd rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:dateTime ; rdfs:comment "The end date of a reservation" ; rdfs:label "reservation end" . ### https://auroral.iot.linkeddata.es/def/car-booking#reservationStart :reservationStart rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:dateTime ; rdfs:comment "The start date of a reservation" ; rdfs:label "reservation start" . ### https://auroral.iot.linkeddata.es/def/car-booking#state :state rdf:type owl:DatatypeProperty ; rdfs:domain :Reservation ; rdfs:range xsd:string ; rdfs:comment "The state of a reservation" ; rdfs:label "state" . ### https://auroral.iot.linkeddata.es/def/car-booking#timeZone :timeZone rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The time Zone of a vehicle" ; rdfs:label "time zone" . ### https://auroral.iot.linkeddata.es/def/car-booking#type :type rdf:type owl:DatatypeProperty ; rdfs:domain :Vehicle ; rdfs:range xsd:string ; rdfs:comment "The type of a vehicle" ; rdfs:label "type" . ### https://auroral.iot.linkeddata.es/def/car-booking#zip :zip rdf:type owl:DatatypeProperty ; rdfs:domain :Address ; rdfs:range xsd:string ; rdfs:comment "The zip code of an address" ; rdfs:label "zip" . ################################################################# # Classes ################################################################# ### https://auroral.iot.linkeddata.es/def/car-booking#Address :Address rdf:type owl:Class ; rdfs:comment "The information related to the address of given entity" ; rdfs:label "Address" . ### https://auroral.iot.linkeddata.es/def/car-booking#Reservation :Reservation rdf:type owl:Class ; rdfs:comment "The information about the reservation process of something (reservation of vehicle for example)" ; rdfs:label "Reservation" . ### https://auroral.iot.linkeddata.es/def/car-booking#Vehicle :Vehicle rdf:type owl:Class ; rdfs:comment "The object to which the reservation applies" ; rdfs:label "Vehicle" . ### https://auroral.iot.linkeddata.es/def/core#User rdf:type owl:Class ; rdfs:comment "The user who makes the reservation" ; rdfs:label "User" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/