@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "Ahlem Rhayem" , "Andrea Cimmino" , "Juan Cano" , "María Poveda-Villalón" , "Raúl Garcia-Castro" ; "The AURORAL Tourism 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/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#versionInfo owl:versionInfo rdf:type owl:AnnotationProperty . ### https://w3id.org/mod#createdWith rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://lexvo.org/ontology#language rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between the activity and its language" ; rdfs:label "language" . ### http://www.w3.org/2003/01/geo/wgs84_pos#location rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between the activity and its location point" ; rdfs:label "location" . ### http://xmlns.com/foaf/0.1/depiction rdf:type owl:ObjectProperty ; rdfs:comment "relationship between the activity and its images" ; rdfs:label "depiction" . ### https://auroral.iot.linkeddata.es/def/tourism#coverImage :coverImage rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range ; rdfs:comment "a relationship between the activity and the images that it covers" ; rdfs:label "cover image" . ### https://auroral.iot.linkeddata.es/def/tourism#hasDifficulty :hasDifficulty rdf:type owl:ObjectProperty ; rdfs:range :Difficulty ; rdfs:comment "Relationship between the activity or a tour and their difficulties" ; rdfs:label "has difficulty" . ### https://auroral.iot.linkeddata.es/def/tourism#hasEmotion :hasEmotion rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Emotion ; rdfs:comment "A relationship between the user and his emotions about a tourist activity" ; rdfs:label "has emotion" . ### https://auroral.iot.linkeddata.es/def/tourism#hasEvent :hasEvent rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range :Event ; rdfs:comment "A relationship between the activity and its events" ; rdfs:label "has event" . ### https://auroral.iot.linkeddata.es/def/tourism#hasGeoPolygon :hasGeoPolygon rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "Relationship between the activity and the tour with the geopolygon position" ; rdfs:label "has geo polygon" . ### https://auroral.iot.linkeddata.es/def/tourism#hasStartingPrice :hasStartingPrice rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range :Price ; rdfs:comment "A relationship between the activity and its price" ; rdfs:label "has starting price" . ### https://auroral.iot.linkeddata.es/def/tourism#hasTour :hasTour rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range :Tour ; rdfs:comment "A relationship between the activity and its related tours" ; rdfs:label "has tour" . ### https://auroral.iot.linkeddata.es/def/tourism#inCurrency :inCurrency rdf:type owl:ObjectProperty ; rdfs:domain :Price ; rdfs:range :Currency ; rdfs:comment "A relationship between the price and its currency" ; rdfs:label "in currency" . ### https://auroral.iot.linkeddata.es/def/tourism#isAbout :isAbout rdf:type owl:ObjectProperty ; rdfs:domain :Emotion ; rdfs:range :Activity ; rdfs:comment "A relationship between the activity and the emotion about it" ; rdfs:label "is about" . ### https://auroral.iot.linkeddata.es/def/tourism#mapPoint :mapPoint rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range ; rdfs:comment "A relationship between the Activity and its image" ; rdfs:label "map point" . ### https://auroral.iot.linkeddata.es/def/tourism#postedToChannel :postedToChannel rdf:type owl:ObjectProperty ; rdfs:domain :Activity ; rdfs:range :Channel ; rdfs:comment "A relationship between the activity and its channel" ; rdfs:label "posted to channel" . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/elements/1.1/description rdf:type owl:DatatypeProperty ; rdfs:comment "The description of an activity" ; rdfs:label "description" . ### http://purl.org/dc/elements/1.1/lastModified rdf:type owl:DatatypeProperty ; rdfs:comment "The date of the last modification of a given entity" ; rdfs:label "last modified" . ### http://purl.org/dc/elements/1.1/rights rdf:type owl:DatatypeProperty ; rdfs:comment "The rigths related to a tourist activity" ; rdfs:label "rights" . ### http://purl.org/dc/elements/1.1/title rdf:type owl:DatatypeProperty . ### http://www.w3.org/2003/01/geo/wgs84_pos#alt rdf:type owl:DatatypeProperty ; rdfs:comment "Altitude of a given tourist activity" ; rdfs:label "alt" . ### http://www.w3.org/2003/01/geo/wgs84_pos#lat rdf:type owl:DatatypeProperty ; rdfs:comment "Latitude of a given tourist activity" ; rdfs:label "lat" . ### http://www.w3.org/2003/01/geo/wgs84_pos#long rdf:type owl:DatatypeProperty ; rdfs:comment "Longitude of a given tourist activity" ; rdfs:label "long" . ### https://auroral.iot.linkeddata.es/def/tourism#activityLongDescriptionNotSearched :activityLongDescriptionNotSearched rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "A long description about the tourist activity" ; rdfs:label "activity long description not searched" . ### https://auroral.iot.linkeddata.es/def/tourism#activityWebURL :activityWebURL rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:anyURI ; rdfs:comment "The url of a tourist activity" ; rdfs:label "activity web u r l" . ### https://auroral.iot.linkeddata.es/def/tourism#amount :amount rdf:type owl:DatatypeProperty ; rdfs:domain :Price ; rdfs:range xsd:float ; rdfs:comment "The amount of the price of a toursit activity" ; rdfs:label "amount" . ### https://auroral.iot.linkeddata.es/def/tourism#channelName :channelName rdf:type owl:DatatypeProperty ; rdfs:domain :Channel ; rdfs:range xsd:string ; rdfs:comment "The channel name where the tourist activity is posted" ; rdfs:label "channel name" . ### https://auroral.iot.linkeddata.es/def/tourism#end :end rdf:type owl:DatatypeProperty ; rdfs:domain :Event ; rdfs:range xsd:dateTime ; rdfs:comment "The end time of a given tourist event" ; rdfs:label "end" . ### https://auroral.iot.linkeddata.es/def/tourism#endDate :endDate rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:dateTime ; rdfs:comment "The end time of a Tourist activity" ; rdfs:label "end date" . ### https://auroral.iot.linkeddata.es/def/tourism#externalBookingURL :externalBookingURL rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:anyURI ; rdfs:comment "The booking URI of a tourist activity" ; rdfs:label "external booking u r l" . ### https://auroral.iot.linkeddata.es/def/tourism#hiddenDescription :hiddenDescription rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "The hidden decsription of a tourist activity" ; rdfs:label "hidden description" . ### https://auroral.iot.linkeddata.es/def/tourism#idChannel :idChannel rdf:type owl:DatatypeProperty ; rdfs:domain :Channel ; rdfs:range xsd:string ; rdfs:comment "The identifier of a Channel" ; rdfs:label "id channel" . ### https://auroral.iot.linkeddata.es/def/tourism#identifier :identifier rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "The identifier of the tourist activity" ; rdfs:label "identifier" . ### https://auroral.iot.linkeddata.es/def/tourism#isBookable :isBookable rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:boolean ; rdfs:comment "Determines weither the tourist activity is bookable or not" ; rdfs:label "is bookable" . ### https://auroral.iot.linkeddata.es/def/tourism#longDescription :longDescription rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "Long description about the tourist activity" ; rdfs:label "long description" . ### https://auroral.iot.linkeddata.es/def/tourism#mapPointCategory :mapPointCategory rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "The map point of a touris activity" ; rdfs:label "map point category" . ### https://auroral.iot.linkeddata.es/def/tourism#shortDescription :shortDescription rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:string ; rdfs:comment "A short decsription about the tourist activity" ; rdfs:label "short description" . ### https://auroral.iot.linkeddata.es/def/tourism#start :start rdf:type owl:DatatypeProperty ; rdfs:domain :Event ; rdfs:range xsd:dateTime ; rdfs:comment "The start time of an event" ; rdfs:label "start" . ### https://auroral.iot.linkeddata.es/def/tourism#startDate :startDate rdf:type owl:DatatypeProperty ; rdfs:domain :Activity ; rdfs:range xsd:dateTime ; rdfs:comment "The start date of a tourist activity" ; rdfs:label "start date" . ################################################################# # Classes ################################################################# ### http://lexvo.org/ontology#Language rdf:type owl:Class ; rdfs:comment "The language of the tourist activity" ; rdfs:label "Language" . ### http://www.opengis.net/ont/sf#Polygon rdf:type owl:Class ; rdfs:comment "The polygon coordination of the tourist activity" ; rdfs:label "Polygon" . ### http://www.w3.org/2003/01/geo/wgs84_pos#Point rdf:type owl:Class ; rdfs:comment "The geospatial coordination of the tourist activity place" ; rdfs:label "Point" . ### http://xmlns.com/foaf/0.1/Image rdf:type owl:Class ; rdfs:comment "An image related to a tourist Activity" ; rdfs:label "Image" . ### https://auroral.iot.linkeddata.es/def/core#User rdf:type owl:Class ; rdfs:comment "The person concerned for the tourist activity" ; rdfs:label "User" . ### https://auroral.iot.linkeddata.es/def/tourism#Activity :Activity rdf:type owl:Class ; rdfs:comment "It is defined as a tourist activity." ; rdfs:label "Activity" . ### https://auroral.iot.linkeddata.es/def/tourism#Channel :Channel rdf:type owl:Class ; rdfs:comment "Each activity is posted to a channel" ; rdfs:label "Channel" . ### https://auroral.iot.linkeddata.es/def/tourism#Currency :Currency rdf:type owl:Class ; rdfs:comment "The currency of a Price (euros, dollars, dinars, etc. )" ; rdfs:label "Currency" . ### https://auroral.iot.linkeddata.es/def/tourism#Difficulty :Difficulty rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Defines hierarchies linked to the difficulty of tourist activity" ; rdfs:label "Difficulty" . ### https://auroral.iot.linkeddata.es/def/tourism#Emotion :Emotion rdf:type owl:Class ; rdfs:comment "The emotion related to a tourist activity" ; rdfs:label "Emotion" . ### https://auroral.iot.linkeddata.es/def/tourism#Event :Event rdf:type owl:Class ; rdfs:comment "A tourist event" ; rdfs:label "Event" . ### https://auroral.iot.linkeddata.es/def/tourism#Price :Price rdf:type owl:Class ; rdfs:comment "Price of an activity" ; rdfs:label "Price" . ### https://auroral.iot.linkeddata.es/def/tourism#Tour :Tour rdf:type owl:Class ; rdfs:comment "The tour of an activity" ; rdfs:label "Tour" . ### https://www.w3.org/ns/org#Concept rdf:type owl:Class ; rdfs:comment "Defines hierarchies linked to the difficulty of tourist activity" ; rdfs:label "Concept" . ################################################################# # Individuals ################################################################# ### https://auroral.iot.linkeddata.es/def/tourism#Agree :Agree rdf:type owl:NamedIndividual , :Emotion ; rdfs:label "agree" . ### https://auroral.iot.linkeddata.es/def/tourism#Disagree :Disagree rdf:type owl:NamedIndividual , :Emotion ; rdfs:label "disagree" . ### https://auroral.iot.linkeddata.es/def/tourism#Easy :Easy rdf:type owl:NamedIndividual , :Difficulty . ### https://auroral.iot.linkeddata.es/def/tourism#Hard :Hard rdf:type owl:NamedIndividual , :Difficulty . ### https://auroral.iot.linkeddata.es/def/tourism#Medium :Medium rdf:type owl:NamedIndividual , :Difficulty . ### https://auroral.iot.linkeddata.es/def/tourism#Neutral :Neutral rdf:type owl:NamedIndividual , :Emotion ; rdfs:label "neutral" . ### https://auroral.iot.linkeddata.es/def/tourism#VeryEasy :VeryEasy rdf:type owl:NamedIndividual , :Difficulty . ### https://auroral.iot.linkeddata.es/def/tourism#VeryHard :VeryHard rdf:type owl:NamedIndividual , :Difficulty . ################################################################# # Annotations ################################################################# rdfs:comment "The title of a tourist activity" ; rdfs:label "title" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/