@prefix :      <https://purl.org/cityexplorer#> .
@prefix schema: <https://schema.org#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix CityExplorer: <https://purl.org/cityexplorer#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix swrl:  <http://www.w3.org/2003/11/swrl#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

<urn:swrl:var#c>  a  swrl:Variable .

CityExplorer:29_FiraMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_29" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Fira Madrid" ;
        CityExplorer:startDate      "2024-10-12T00:00:00"^^xsd:dateTime .

terms:modified  a  owl:AnnotationProperty .

CityExplorer:77_FestivalToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_77" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Festival Toledo" ;
        CityExplorer:startDate      "2024-02-02T00:00:00"^^xsd:dateTime .

CityExplorer:40_FestivalValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_40" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Festival València" ;
        CityExplorer:startDate      "2024-12-01T00:00:00"^^xsd:dateTime .

CityExplorer:Sevilla  a          CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_10" ;
        CityExplorer:latitude    "37.3886" ;
        CityExplorer:longitude   "37.3886" ;
        CityExplorer:name        "Sevilla" .

CityExplorer:12_CitySevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_12" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "803"^^xsd:decimal .

CityExplorer:13_CityCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Cadis" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_13" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "587"^^xsd:decimal .

CityExplorer:BeachHotel
        a                    owl:Class ;
        rdfs:comment         "Refers to hotels at the beach"@en ;
        rdfs:label           "BeachHotel"@en ;
        rdfs:subClassOf      CityExplorer:HotelCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Hotel [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Beach ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:4_MuseuMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_4" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Museu Madrid" .

CityExplorer:8_FiraMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_8" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Fira Màlaga" ;
        CityExplorer:startDate      "2024-12-22T00:00:00"^^xsd:dateTime .

CityExplorer:78_HotelRoyalBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_78" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Royal Bilbao" ;
        CityExplorer:priceRange       "164"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:locatedInCity
        a             owl:IrreflexiveProperty , owl:AsymmetricProperty , owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment  "Indicates if it's located in a city"@en ;
        rdfs:domain   [ a            owl:Class ;
                        owl:unionOf  ( CityExplorer:Attraction CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                      ] ;
        rdfs:label    "locatedInCity"@en ;
        rdfs:range    CityExplorer:City .

CityExplorer:20_CarnavalSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_20" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Carnaval Sevilla" ;
        CityExplorer:startDate      "2024-02-02T00:00:00"^^xsd:dateTime .

CityExplorer:68_FiraPamplona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_68" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:name           "Fira Pamplona" ;
        CityExplorer:startDate      "2024-05-04T00:00:00"^^xsd:dateTime .

CityExplorer:58_MoviPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_58" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "238"^^xsd:decimal .

CityExplorer:26_CarnavalBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_26" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Carnaval Bilbao" ;
        CityExplorer:startDate      "2024-11-12T00:00:00"^^xsd:dateTime .

CityExplorer:58_HotelDelMarSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_58" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Del Mar Sevilla" ;
        CityExplorer:priceRange       "208"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:46_HotelVistaSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_46" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Vista Sevilla" ;
        CityExplorer:priceRange       "292"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:16_RestaurantFusióPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_16" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Fusió Pamplona" ;
        CityExplorer:priceRange       "40"^^xsd:decimal .

CityExplorer:Transport
        a                owl:Class ;
        rdfs:comment     "Refers to a way of transport"@en ;
        rdfs:label       "Transport"@en ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:priceRange ;
                           owl:someValuesFrom  xsd:integer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:identifier ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:company ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  CityExplorer:TransportTypes ;
                           owl:onProperty               CityExplorer:hasCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:locatedInCity ;
                           owl:someValuesFrom  CityExplorer:City
                         ] ;
        vs:term_status   "testing"@en .

CityExplorer:MonumentAttraction
        a                    owl:Class ;
        rdfs:comment         "Refers to attractions involving a monument"@en ;
        rdfs:label           "MonumentAttraction"@en ;
        rdfs:subClassOf      CityExplorer:AttractionCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Attraction [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Monument ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:92_RestaurantGourmetPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_92" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Gourmet Pamplona" ;
        CityExplorer:priceRange       "10"^^xsd:decimal .

CityExplorer:87_RestaurantSaborValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_87" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Sabor València" ;
        CityExplorer:priceRange       "21"^^xsd:decimal .

CityExplorer:40_UrbanToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_40" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "619"^^xsd:decimal .

CityExplorer:TramTransport
        a                    owl:Class ;
        rdfs:comment         "Refers to tram transport"@en ;
        rdfs:label           "TramTransport"@en ;
        rdfs:subClassOf      CityExplorer:TransportCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Transport [ a               owl:Restriction ;
                                                                              owl:hasValue    CityExplorer:Tram ;
                                                                              owl:onProperty  CityExplorer:hasCategory
                                                                            ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:35_RestaurantDeliciaSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_35" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Delicia Sant Sebastià" ;
        CityExplorer:priceRange       "56"^^xsd:decimal .

CityExplorer:16_CastellBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_16" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Castell Barcelona" .

CityExplorer:34_UrbanSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_34" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "112"^^xsd:decimal .

CityExplorer:priceRange
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The price range of the business"@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                            ] ;
        rdfs:label          "priceRange"@en ;
        rdfs:range          xsd:integer ;
        rdfs:sameAs         "https://schema.org/priceRange"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:41_ConcertToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_41" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Concert Toledo" ;
        CityExplorer:startDate      "2024-02-03T00:00:00"^^xsd:dateTime .

CityExplorer:34_RestaurantDeliciaSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_34" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Delicia Sevilla" ;
        CityExplorer:priceRange       "43"^^xsd:decimal .

CityExplorer:28_FestivalToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_28" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Festival Toledo" ;
        CityExplorer:startDate      "2024-12-19T00:00:00"^^xsd:dateTime .

[ a                owl:Class ;
  rdfs:subClassOf  CityExplorer:TransportTypes ;
  owl:oneOf        ( CityExplorer:Bus CityExplorer:Metro CityExplorer:PublicBike CityExplorer:Taxi CityExplorer:Tram )
] .

CityExplorer:69_CongrésSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_69" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Congrés Saragossa" ;
        CityExplorer:startDate      "2024-09-09T00:00:00"^^xsd:dateTime .

CityExplorer:TouristHotel
        a                    owl:Class ;
        rdfs:comment         "Refers to touristic hotels"@en ;
        rdfs:label           "TouristHotel"@en ;
        rdfs:subClassOf      CityExplorer:HotelCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Hotel [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Tourist ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:66_MuseuSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_66" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Museu Sant Sebastià" .

CityExplorer:45_MetroPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_45" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "948"^^xsd:decimal .

CityExplorer:45_HotelRoyalBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_45" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Royal Barcelona" ;
        CityExplorer:priceRange       "269"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:10_TransSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_10" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "948"^^xsd:decimal .

CityExplorer:Luxury  a  owl:NamedIndividual .

CityExplorer:78_CarnavalCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_78" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Carnaval Cadis" ;
        CityExplorer:startDate      "2024-10-07T00:00:00"^^xsd:dateTime .

CityExplorer:14_CongrésToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_14" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Congrés Toledo" ;
        CityExplorer:startDate      "2024-12-14T00:00:00"^^xsd:dateTime .

CityExplorer:AndalusianRestaurant
        a                    owl:Class ;
        rdfs:comment         "Refers to restaurants serving food from Andalusia"@en ;
        rdfs:label           "AndalusianRestaurant"@en ;
        rdfs:subClassOf      CityExplorer:RestaurantCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Restaurant [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Andalusian ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:70_CongrésSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_70" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Congrés Saragossa" ;
        CityExplorer:startDate      "2024-07-10T00:00:00"^^xsd:dateTime .

CityExplorer:77_HotelSolBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_77" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Sol Barcelona" ;
        CityExplorer:priceRange       "222"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:65_CarnavalBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_65" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Carnaval Barcelona" ;
        CityExplorer:startDate      "2024-03-16T00:00:00"^^xsd:dateTime .

CityExplorer:ParkAttraction
        a                    owl:Class ;
        rdfs:comment         "Refers to attractions involving a park"@en ;
        rdfs:label           "ParkAttraction"@en ;
        rdfs:subClassOf      CityExplorer:AttractionCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Attraction [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Park ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:20_HotelVistaValència
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_20" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Hotel Vista València" ;
        CityExplorer:priceRange       "149"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:22_RestaurantTradicióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_22" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Tradició Madrid" ;
        CityExplorer:priceRange       "30"^^xsd:decimal .

CityExplorer:16_ConcertSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_16" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Concert Sevilla" ;
        CityExplorer:startDate      "2024-02-22T00:00:00"^^xsd:dateTime .

CityExplorer:51_CarnavalMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_51" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Carnaval Màlaga" ;
        CityExplorer:startDate      "2024-01-15T00:00:00"^^xsd:dateTime .

CityExplorer:1_UrbanMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_1" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "885"^^xsd:decimal .

CityExplorer:39_HotelSolSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_39" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Sol Saragossa" ;
        CityExplorer:priceRange       "262"^^xsd:decimal ;
        CityExplorer:starRating       3 .

[ a            owl:AllDisjointClasses ;
  owl:members  ( CityExplorer:BeachHotel CityExplorer:BusinessHotel CityExplorer:LuxuryHotel CityExplorer:RuralHotel CityExplorer:TouristHotel )
] .

owl:equivalentClass  a  owl:AnnotationProperty .

CityExplorer:21_CityPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_21" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "855"^^xsd:decimal .

CityExplorer:2_CarnavalCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_2" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Carnaval Cadis" ;
        CityExplorer:startDate      "2024-04-19T00:00:00"^^xsd:dateTime .

CityExplorer:63_MetroMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_63" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "78"^^xsd:decimal .

[ rdfs:comment  "An entity responsible for making the resource."@en ] .

CityExplorer:AttractionCategory
        a                owl:Class ;
        rdfs:comment     "Includes different attraction categories"@en ;
        rdfs:label       "AttractionCategory"@en ;
        rdfs:subClassOf  CityExplorer:Category ;
        vs:term_status   "testing"@en .

CityExplorer:66_HotelSolMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_66" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Sol Madrid" ;
        CityExplorer:priceRange       "114"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:BeachCities
        a                owl:Class ;
        rdfs:comment     "Refers to cities located at the beach"@en ;
        rdfs:label       "BeachCities"@en ;
        rdfs:subClassOf  CityExplorer:Recommendation ;
        vs:term_status   "testing"@en .

CityExplorer:7_RestaurantGourmetSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_7" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Gourmet Saragossa" ;
        CityExplorer:priceRange       "65"^^xsd:decimal .

CityExplorer:71_HotelDelMarMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_71" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Del Mar Màlaga" ;
        CityExplorer:priceRange       "196"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:96_HotelVistaPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_96" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Vista Pamplona" ;
        CityExplorer:priceRange       "109"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:44_RestaurantGourmetMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_44" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Gourmet Màlaga" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

CityExplorer:35_MetroBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_35" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "431"^^xsd:decimal .

CityExplorer:91_RestaurantGourmetSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_91" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Gourmet Saragossa" ;
        CityExplorer:priceRange       "27"^^xsd:decimal .

CityExplorer:68_CastellMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_68" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Castell Madrid" .

CityExplorer:Sport  a  owl:NamedIndividual .

CityExplorer:51_RestaurantDeliciaSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_51" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Delicia Sevilla" ;
        CityExplorer:priceRange       "66"^^xsd:decimal .

CityExplorer:62_CarnavalCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_62" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Carnaval Cadis" ;
        CityExplorer:startDate      "2024-12-11T00:00:00"^^xsd:dateTime .

CityExplorer:31_RestaurantTradicióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_31" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Tradició Madrid" ;
        CityExplorer:priceRange       "75"^^xsd:decimal .

CityExplorer:96_CongrésBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_96" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Congrés Barcelona" ;
        CityExplorer:startDate      "2024-07-14T00:00:00"^^xsd:dateTime .

CityExplorer:27_CongrésBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_27" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Congrés Bilbao" ;
        CityExplorer:startDate      "2024-08-27T00:00:00"^^xsd:dateTime .

CityExplorer:80_HotelVistaSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_80" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Vista Sant Sebastià" ;
        CityExplorer:priceRange       "220"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:12_CatedralCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_12" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Catedral Cadis" .

CityExplorer:89_RestaurantGourmetMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_89" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Gourmet Màlaga" ;
        CityExplorer:priceRange       "28"^^xsd:decimal .

CityExplorer:95_CatedralValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_95" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Catedral València" .

CityExplorer:99_MetroSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_99" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "105"^^xsd:decimal .

CityExplorer:9_MetroBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_9" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "872"^^xsd:decimal .

CityExplorer:88_RestaurantFusióBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_88" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Fusió Barcelona" ;
        CityExplorer:priceRange       "15"^^xsd:decimal .

CityExplorer:80_TransPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_80" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "584"^^xsd:decimal .

CityExplorer:98_RestaurantDeliciaSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_98" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Delicia Sevilla" ;
        CityExplorer:priceRange       "70"^^xsd:decimal .

CityExplorer:90_RestaurantDeliciaSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_90" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Delicia Saragossa" ;
        CityExplorer:priceRange       "74"^^xsd:decimal .

CityExplorer:36_HotelPalaceSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_36" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Palace Saragossa" ;
        CityExplorer:priceRange       "298"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:72_UrbanSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_72" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "615"^^xsd:decimal .

CityExplorer:66_FestivalValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_66" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Festival València" ;
        CityExplorer:startDate      "2024-01-24T00:00:00"^^xsd:dateTime .

CityExplorer:92_MuseuCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_92" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Museu Cadis" .

CityExplorer:79_CongrésCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_79" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Congrés Cadis" ;
        CityExplorer:startDate      "2024-06-07T00:00:00"^^xsd:dateTime .

CityExplorer:70_CastellPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_70" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Castell Pamplona" .

CityExplorer:17_CarnavalValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_17" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Carnaval València" ;
        CityExplorer:startDate      "2024-01-28T00:00:00"^^xsd:dateTime .

CityExplorer:43_RestaurantFusióBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_43" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Fusió Barcelona" ;
        CityExplorer:priceRange       "43"^^xsd:decimal .

CityExplorer:15_FestivalSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_15" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Festival Saragossa" ;
        CityExplorer:startDate      "2024-09-01T00:00:00"^^xsd:dateTime .

[ a             swrl:Imp ;
  rdfs:comment  "rule for Cities with beach"@en ;
  rdfs:label    "BeachCities"@en ;
  swrl:body     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#c> ;
                               swrl:classPredicate  CityExplorer:City
                             ] ;
                  rdf:rest   [ a          swrl:AtomList ;
                               rdf:first  [ a                       swrl:IndividualPropertyAtom ;
                                            swrl:argument1          <urn:swrl:var#c> ;
                                            swrl:argument2          <urn:swrl:var#a> ;
                                            swrl:propertyPredicate  CityExplorer:isCityOf
                                          ] ;
                               rdf:rest   [ a          swrl:AtomList ;
                                            rdf:first  [ a                    swrl:ClassAtom ;
                                                         swrl:argument1       <urn:swrl:var#a> ;
                                                         swrl:classPredicate  CityExplorer:Attraction
                                                       ] ;
                                            rdf:rest   [ a          swrl:AtomList ;
                                                         rdf:first  [ a                    swrl:ClassAtom ;
                                                                      swrl:argument1       <urn:swrl:var#a> ;
                                                                      swrl:classPredicate  CityExplorer:BeachAttraction
                                                                    ] ;
                                                         rdf:rest   ()
                                                       
                                                       ]
                                          ]
                             ]
                ] ;
  swrl:head     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#c> ;
                               swrl:classPredicate  CityExplorer:BeachCities
                             ] ;
                  rdf:rest   ()
                
                ]
] .

CityExplorer:61_PalauSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_61" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Palau Saragossa" .

CityExplorer:22_HotelVistaMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_22" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Vista Màlaga" ;
        CityExplorer:priceRange       "238"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:66_MetroSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_66" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "515"^^xsd:decimal .

CityExplorer:TechnologicalEvent
        a                    owl:Class ;
        rdfs:comment         "Refers to an event involving tecnology"@en ;
        rdfs:label           "TechnologicalEvent"@en ;
        rdfs:subClassOf      CityExplorer:EventCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Event [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Technological ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:6_RestaurantSaborSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_6" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Sabor Sevilla" ;
        CityExplorer:priceRange       "72"^^xsd:decimal .

CityExplorer:28_UrbanPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_28" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "989"^^xsd:decimal .

CityExplorer:52_RestaurantDeliciaSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_52" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Delicia Saragossa" ;
        CityExplorer:priceRange       "21"^^xsd:decimal .

CityExplorer:10_HotelRoyalCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_10" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Royal Cadis" ;
        CityExplorer:priceRange       "196"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:30_CastellValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_30" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Castell València" .

CityExplorer:81_HotelVistaBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_81" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Vista Barcelona" ;
        CityExplorer:priceRange       "74"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:Mediterranean
        a       owl:NamedIndividual .

CityExplorer:35_HotelDelMarPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_35" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Del Mar Pamplona" ;
        CityExplorer:priceRange       "59"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:64_CityBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_64" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "81"^^xsd:decimal .

CityExplorer:29_CastellSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_29" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Castell Sant Sebastià" .

CityExplorer:19_HotelSolBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_19" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Sol Bilbao" ;
        CityExplorer:priceRange       "290"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:LuxuryHotel
        a                    owl:Class ;
        rdfs:comment         "Refers to hotels considered luxurious"@en ;
        rdfs:label           "LuxuryHotel"@en ;
        rdfs:subClassOf      CityExplorer:HotelCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Hotel [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Luxury ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

<urn:swrl:var#e>  a  swrl:Variable .

CityExplorer:69_RestaurantGourmetBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_69" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Gourmet Barcelona" ;
        CityExplorer:priceRange       "39"^^xsd:decimal .

CityExplorer:40_HotelDelMarSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_40" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Del Mar Sant Sebastià" ;
        CityExplorer:priceRange       "270"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:53_HotelDelMarMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_53" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Del Mar Màlaga" ;
        CityExplorer:priceRange       "65"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:78_CastellBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_78" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Castell Bilbao" .

CityExplorer:10_CongrésBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_10" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Congrés Barcelona" ;
        CityExplorer:startDate      "2024-06-28T00:00:00"^^xsd:dateTime .

CityExplorer:71_ParcMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_71" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Parc Madrid" .

CityExplorer:22_CatedralValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_22" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Catedral València" .

CityExplorer:startDate
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The start date and time of the item"@en ;
        rdfs:domain         CityExplorer:Event ;
        rdfs:label          "startDate"@en ;
        rdfs:range          xsd:dateTime ;
        rdfs:sameAs         "https://schema.org/startDate"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:5_RestaurantDeliciaPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_5" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Delicia Pamplona" ;
        CityExplorer:priceRange       "36"^^xsd:decimal .

CityExplorer:15_CastellCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_15" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Castell Cadis" .

CityExplorer:49_CastellSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_49" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Castell Sant Sebastià" .

CityExplorer:52_CatedralMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_52" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Catedral Madrid" .

CityExplorer:33_HotelSolBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_33" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Sol Barcelona" ;
        CityExplorer:priceRange       "189"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:18_HotelPalaceMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_18" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Palace Madrid" ;
        CityExplorer:priceRange       "290"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:76_CityMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_76" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "406"^^xsd:decimal .

CityExplorer:81_ParcSevilla
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_81" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Parc Sevilla" .

CityExplorer:20_RestaurantGourmetMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_20" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Gourmet Màlaga" ;
        CityExplorer:priceRange       "36"^^xsd:decimal .

CityExplorer:55_ParcSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_55" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Parc Saragossa" .

CityExplorer:51_UrbanMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_51" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "976"^^xsd:decimal .

CityExplorer:Màlaga  a           CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_11" ;
        CityExplorer:latitude    "36.7213" ;
        CityExplorer:longitude   "36.7213" ;
        CityExplorer:name        "Màlaga" .

CityExplorer:46_MuseuToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_46" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Museu Toledo" .

CityExplorer:73_CarnavalSantSebastià
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_73" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:name           "Carnaval Sant Sebastià" ;
        CityExplorer:startDate      "2024-02-04T00:00:00"^^xsd:dateTime .

CityExplorer:13_HotelDelMarSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_13" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Del Mar Sevilla" ;
        CityExplorer:priceRange       "95"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:19_PalauBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_19" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Palau Barcelona" .

CityExplorer:Restaurant
        a                owl:Class ;
        rdfs:comment     "Refers to a restaurant"@en ;
        rdfs:label       "Restaurant"@en ;
        rdfs:sameAs      "https://schema.org/Restaurant"@en ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  CityExplorer:RestaurantTypes ;
                           owl:onProperty               CityExplorer:hasCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:identifier ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:priceRange ;
                           owl:someValuesFrom  xsd:integer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:aggregateRating ;
                           owl:someValuesFrom  xsd:decimal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:name ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:locatedInCity ;
                           owl:someValuesFrom  CityExplorer:City
                         ] ;
        vs:term_status   "testing"@en .

CityExplorer:Madrid  a           CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_3" ;
        CityExplorer:latitude    "40.4168" ;
        CityExplorer:longitude   "40.4168" ;
        CityExplorer:name        "Madrid" .

CityExplorer:85_RestaurantFusióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_85" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Fusió Madrid" ;
        CityExplorer:priceRange       "43"^^xsd:decimal .

[ a            owl:AllDisjointClasses ;
  owl:members  ( CityExplorer:BusTransport CityExplorer:MetroTransport CityExplorer:PublicBikeTransport CityExplorer:TaxiTransport CityExplorer:TramTransport )
] .

CityExplorer:Bus  a  owl:NamedIndividual .

CityExplorer:51_HotelPalacePamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_51" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Palace Pamplona" ;
        CityExplorer:priceRange       "79"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:96_RestaurantTradicióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_96" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Tradició Madrid" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

CityExplorer:80_ConcertMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_80" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Concert Màlaga" ;
        CityExplorer:startDate      "2024-08-12T00:00:00"^^xsd:dateTime .

CityExplorer:2_RestaurantGourmetMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_2" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Gourmet Madrid" ;
        CityExplorer:priceRange       "30"^^xsd:decimal .

CityExplorer:94_HotelVistaBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_94" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Vista Bilbao" ;
        CityExplorer:priceRange       "253"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:46_CongrésValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_46" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Congrés València" ;
        CityExplorer:startDate      "2024-10-24T00:00:00"^^xsd:dateTime .

CityExplorer:93_ParcToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_93" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Parc Toledo" .

CityExplorer:88_PalauToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_88" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Palau Toledo" .

CityExplorer:47_HotelDelMarSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_47" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Del Mar Sant Sebastià" ;
        CityExplorer:priceRange       "65"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:3_CastellSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_3" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Castell Saragossa" .

CityExplorer:75_CatedralToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_75" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Catedral Toledo" .

CityExplorer:57_CongrésBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_57" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Congrés Barcelona" ;
        CityExplorer:startDate      "2024-01-27T00:00:00"^^xsd:dateTime .

CityExplorer:76_PalauBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_76" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Palau Barcelona" .

CityExplorer:94_CatedralToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_94" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Catedral Toledo" .

CityExplorer:100_FiraBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_100" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Fira Barcelona" ;
        CityExplorer:startDate      "2024-01-04T00:00:00"^^xsd:dateTime .

CityExplorer:27_HotelSolBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_27" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Sol Bilbao" ;
        CityExplorer:priceRange       "56"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:Music  a  owl:NamedIndividual .

CityExplorer:82_HotelPalaceBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_82" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Palace Bilbao" ;
        CityExplorer:priceRange       "286"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:68_TransMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_68" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "871"^^xsd:decimal .

CityExplorer:6_PalauBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_6" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Palau Bilbao" .

CityExplorer:7_HotelRoyalValència
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_7" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Hotel Royal València" ;
        CityExplorer:priceRange       "76"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:10_RestaurantDeliciaCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_10" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Delicia Cadis" ;
        CityExplorer:priceRange       "16"^^xsd:decimal .

CityExplorer:60_ParcCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_60" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Parc Cadis" .

CityExplorer:56_FestivalBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_56" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Festival Barcelona" ;
        CityExplorer:startDate      "2024-07-17T00:00:00"^^xsd:dateTime .

CityExplorer:28_HotelDelMarSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_28" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Del Mar Sant Sebastià" ;
        CityExplorer:priceRange       "110"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:Taxi  a  owl:NamedIndividual .

CityExplorer:Italianian
        a       owl:NamedIndividual .

CityExplorer:11_TransValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans València" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_11" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "905"^^xsd:decimal .

CityExplorer:5_MoviCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Cadis" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_5" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "463"^^xsd:decimal .

CityExplorer:97_RestaurantFusióSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_97" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Fusió Saragossa" ;
        CityExplorer:priceRange       "54"^^xsd:decimal .

CityExplorer:76_ConcertMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_76" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Concert Màlaga" ;
        CityExplorer:startDate      "2024-05-25T00:00:00"^^xsd:dateTime .

CityExplorer:44_HotelVistaSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_44" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Vista Saragossa" ;
        CityExplorer:priceRange       "131"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:MetroTransport
        a                    owl:Class ;
        rdfs:comment         "Refers to metro transport"@en ;
        rdfs:label           "MetroTransport"@en ;
        rdfs:subClassOf      CityExplorer:TransportCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Transport [ a               owl:Restriction ;
                                                                              owl:hasValue    CityExplorer:Metro ;
                                                                              owl:onProperty  CityExplorer:hasCategory
                                                                            ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:74_HotelPalacePamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_74" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Palace Pamplona" ;
        CityExplorer:priceRange       "58"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:73_HotelVistaSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_73" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Vista Sant Sebastià" ;
        CityExplorer:priceRange       "227"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:23_RestaurantFusióSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_23" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Fusió Sevilla" ;
        CityExplorer:priceRange       "11"^^xsd:decimal .

CityExplorer:11_CarnavalBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_11" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Carnaval Bilbao" ;
        CityExplorer:startDate      "2024-12-20T00:00:00"^^xsd:dateTime .

CityExplorer:35_ConcertToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_35" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Concert Toledo" ;
        CityExplorer:startDate      "2024-12-06T00:00:00"^^xsd:dateTime .

CityExplorer:21_CatedralMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_21" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Catedral Màlaga" .

CityExplorer:61_CarnavalToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_61" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Carnaval Toledo" ;
        CityExplorer:startDate      "2024-12-16T00:00:00"^^xsd:dateTime .

CityExplorer:70_UrbanBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_70" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "924"^^xsd:decimal .

CityExplorer:RecommendedRestaurants
        a                owl:Class ;
        rdfs:comment     "Refers to restaurants that are recommended"@en ;
        rdfs:label       "RecommendedRestaurants"@en ;
        rdfs:subClassOf  CityExplorer:Recommendation ;
        vs:term_status   "testing"@en .

CityExplorer:78_RestaurantFusióValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_78" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Fusió València" ;
        CityExplorer:priceRange       "59"^^xsd:decimal .

CityExplorer:36_ParcPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_36" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Parc Pamplona" .

CityExplorer:CulturalCities
        a                owl:Class ;
        rdfs:comment     "Refers to cities with cultural interest"@en ;
        rdfs:label       "CulturalCities"@en ;
        rdfs:subClassOf  CityExplorer:Recommendation ;
        vs:term_status   "testing"@en .

CityExplorer:96_MuseuMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_96" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Museu Madrid" .

CityExplorer:72_HotelDelMarSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_72" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Del Mar Saragossa" ;
        CityExplorer:priceRange       "170"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:17_UrbanBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_17" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "658"^^xsd:decimal .

CityExplorer:9_CatedralPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_9" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Catedral Pamplona" .

CityExplorer:SantSebastià
        a                        CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_8" ;
        CityExplorer:latitude    "43.3183" ;
        CityExplorer:longitude   "43.3183" ;
        CityExplorer:name        "Sant Sebastià" .

CityExplorer:49_RestaurantSaborMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_49" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Sabor Màlaga" ;
        CityExplorer:priceRange       "43"^^xsd:decimal .

CityExplorer:41_RestaurantTradicióSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_41" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Tradició Saragossa" ;
        CityExplorer:priceRange       "56"^^xsd:decimal .

CityExplorer:City  a         owl:Class ;
        rdfs:comment         "Refers to a city"@en ;
        rdfs:label           "City"@en ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      CityExplorer:name ;
                               owl:someValuesFrom  xsd:string
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      CityExplorer:longitude ;
                               owl:someValuesFrom  xsd:string
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      CityExplorer:latitude ;
                               owl:someValuesFrom  xsd:string
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      CityExplorer:identifier ;
                               owl:someValuesFrom  xsd:string
                             ] ;
        owl:equivalentClass  "https://schema.org/City"@en ;
        vs:term_status       "testing"@en .

CityExplorer:55_MoviToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_55" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "733"^^xsd:decimal .

CityExplorer:94_RestaurantTradicióSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_94" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Tradició Sevilla" ;
        CityExplorer:priceRange       "66"^^xsd:decimal .

CityExplorer:aggregateRating
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The overall rating, based on a collection of reviews or ratings, of the item"@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( CityExplorer:Hotel CityExplorer:Restaurant )
                            ] ;
        rdfs:label          "aggregateRating"@en ;
        rdfs:range          xsd:decimal ;
        rdfs:sameAs         "https://schema.org/aggregateRating"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:90_MuseuPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_90" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Museu Pamplona" .

CityExplorer:54_CatedralToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_54" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Catedral Toledo" .

CityExplorer:21_RestaurantDeliciaMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_21" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Delicia Madrid" ;
        CityExplorer:priceRange       "16"^^xsd:decimal .

CityExplorer:98_CityPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_98" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "392"^^xsd:decimal .

CityExplorer:76_HotelVistaBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_76" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Vista Barcelona" ;
        CityExplorer:priceRange       "251"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:67_ParcCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_67" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Parc Cadis" .

CityExplorer:ItalianRestaurant
        a                    owl:Class ;
        rdfs:comment         "Refers to restaurants serving food from Italy"@en ;
        rdfs:label           "ItalianRestaurant"@en ;
        rdfs:subClassOf      CityExplorer:RestaurantCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Restaurant [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Italianian ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:57_HotelSolSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_57" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Sol Sevilla" ;
        CityExplorer:priceRange       "56"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:99_CatedralBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_99" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Catedral Bilbao" .

CityExplorer:Beach  a  owl:NamedIndividual .

CityExplorer:97_TransCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Cadis" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_97" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "156"^^xsd:decimal .

CityExplorer:Bilbao  a           CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_6" ;
        CityExplorer:latitude    "43.263" ;
        CityExplorer:longitude   "43.263" ;
        CityExplorer:name        "Bilbao" .

CityExplorer:32_MetroMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_32" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "418"^^xsd:decimal .

CityExplorer:37_RestaurantSaborValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_37" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Sabor València" ;
        CityExplorer:priceRange       "28"^^xsd:decimal .

CityExplorer:93_HotelDelMarMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_93" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Del Mar Madrid" ;
        CityExplorer:priceRange       "177"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:7_CatedralSevilla
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_7" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Catedral Sevilla" .

CityExplorer:Metro  a  owl:NamedIndividual .

CityExplorer:8_CityMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Madrid" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_8" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "432"^^xsd:decimal .

CityExplorer:38_PalauToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_38" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Palau Toledo" .

CityExplorer:63_HotelSolBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_63" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Sol Barcelona" ;
        CityExplorer:priceRange       "181"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:65_ParcMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_65" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Parc Màlaga" .

CityExplorer:72_FiraCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_72" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Fira Cadis" ;
        CityExplorer:startDate      "2024-07-01T00:00:00"^^xsd:dateTime .

CityExplorer:82_CongrésToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_82" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Congrés Toledo" ;
        CityExplorer:startDate      "2024-01-01T00:00:00"^^xsd:dateTime .

CityExplorer:50_ParcMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_50" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Parc Màlaga" .

CityExplorer:31_UrbanSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_31" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "967"^^xsd:decimal .

CityExplorer:42_UrbanSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_42" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "82"^^xsd:decimal .

terms:title  a  owl:AnnotationProperty .

CityExplorer:EventTypes
        a                    owl:Class ;
        rdfs:comment         "Refers to the category of events"@en ;
        rdfs:label           "EventTypes"@en ;
        rdfs:subClassOf      CityExplorer:CategoryTypes ;
        owl:equivalentClass  [ a          owl:Class ;
                               owl:oneOf  ( CityExplorer:Cultural CityExplorer:Gastronomic CityExplorer:Music CityExplorer:Sport CityExplorer:Technological )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:38_HotelDelMarMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_38" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Del Mar Màlaga" ;
        CityExplorer:priceRange       "196"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:31_HotelVistaMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_31" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Vista Madrid" ;
        CityExplorer:priceRange       "117"^^xsd:decimal ;
        CityExplorer:starRating       3 .

rdfs:sameAs  a  owl:AnnotationProperty .

CityExplorer:67_RestaurantFusióToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_67" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Fusió Toledo" ;
        CityExplorer:priceRange       "74"^^xsd:decimal .

CityExplorer:91_HotelDelMarValència
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_91" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Hotel Del Mar València" ;
        CityExplorer:priceRange       "283"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:25_MetroSaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_25" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "404"^^xsd:decimal .

CityExplorer:56_RestaurantTradicióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_56" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Tradició Madrid" ;
        CityExplorer:priceRange       "59"^^xsd:decimal .

CityExplorer:87_ParcSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_87" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Parc Sant Sebastià" .

CityExplorer:24_UrbanValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban València" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_24" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "757"^^xsd:decimal .

CityExplorer:95_RestaurantTradicióSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_95" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Tradició Sevilla" ;
        CityExplorer:priceRange       "80"^^xsd:decimal .

CityExplorer:86_MuseuSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_86" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Museu Saragossa" .

CityExplorer:70_RestaurantFusióSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_70" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Fusió Saragossa" ;
        CityExplorer:priceRange       "64"^^xsd:decimal .

CityExplorer:81_RestaurantGourmetSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_81" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Gourmet Sant Sebastià" ;
        CityExplorer:priceRange       "74"^^xsd:decimal .

CityExplorer:18_MetroBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_18" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "684"^^xsd:decimal .

CityExplorer:49_HotelVistaPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_49" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Vista Pamplona" ;
        CityExplorer:priceRange       "98"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:64_RestaurantTradicióMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_64" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Tradició Màlaga" ;
        CityExplorer:priceRange       "35"^^xsd:decimal .

CityExplorer:PublicBikeTransport
        a                    owl:Class ;
        rdfs:comment         "Refers to public bike transport"@en ;
        rdfs:label           "PublicBike"@en ;
        rdfs:subClassOf      CityExplorer:TransportCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Transport [ a               owl:Restriction ;
                                                                              owl:hasValue    CityExplorer:PublicBike ;
                                                                              owl:onProperty  CityExplorer:hasCategory
                                                                            ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:2_TransBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_2" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "575"^^xsd:decimal .

CityExplorer:20_MoviBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_20" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "92"^^xsd:decimal .

CityExplorer:Mexican  a  owl:NamedIndividual .

CityExplorer:BeachAttraction
        a                    owl:Class ;
        rdfs:comment         "Refers to attractions involving a beach"@en ;
        rdfs:label           "BeachAttraction"@en ;
        rdfs:subClassOf      CityExplorer:AttractionCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Attraction [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Beach ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:77_RestaurantDeliciaSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_77" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Delicia Sevilla" ;
        CityExplorer:priceRange       "75"^^xsd:decimal .

CityExplorer:62_RestaurantTradicióSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_62" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Tradició Sant Sebastià" ;
        CityExplorer:priceRange       "66"^^xsd:decimal .

CityExplorer:68_estaurantGourmetBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_68" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Gourmet Barcelona" ;
        CityExplorer:priceRange       "68"^^xsd:decimal .

CityExplorer:26_RestaurantGourmetPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_26" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Gourmet Pamplona" ;
        CityExplorer:priceRange       "32"^^xsd:decimal .

CityExplorer:90_HotelDelMarSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_90" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Del Mar Sevilla" ;
        CityExplorer:priceRange       "121"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:9_CongrésSantSebastià
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_9" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:name           "Congrés Sant Sebastià" ;
        CityExplorer:startDate      "2024-06-04T00:00:00"^^xsd:dateTime .

CityExplorer:52_TransMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_52" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "892"^^xsd:decimal .

CityExplorer:company  a     owl:DatatypeProperty ;
        rdfs:comment        "The company of transport"@en ;
        rdfs:domain         CityExplorer:Transport ;
        rdfs:label          "Company"@en ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:identifier
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The identifier of the object (city, etc.)"@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( CityExplorer:Attraction CityExplorer:City CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                            ] ;
        rdfs:label          "Identifier"@en ;
        rdfs:range          xsd:string ;
        rdfs:sameAs         "https://schema.org/identifier"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:61_MetroBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_61" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "718"^^xsd:decimal .

CityExplorer:55_HotelVistaCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_55" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Vista Cadis" ;
        CityExplorer:priceRange       "254"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:17_HotelDelMarToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_17" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Del Mar Toledo" ;
        CityExplorer:priceRange       "145"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:37_HotelDelMarValència
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_37" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Hotel Del Mar València" ;
        CityExplorer:priceRange       "139"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:29_MetroSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_29" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "409"^^xsd:decimal .

CityExplorer:34_HotelDelMarBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_34" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Del Mar Barcelona" ;
        CityExplorer:priceRange       "250"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:84_TransSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_84" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "168"^^xsd:decimal .

CityExplorer:58_CarnavalSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_58" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Carnaval Sevilla" ;
        CityExplorer:startDate      "2024-03-09T00:00:00"^^xsd:dateTime .

CityExplorer:64_MuseuSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_64" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Museu Sant Sebastià" .

CityExplorer:Recommendation
        a                 owl:Class ;
        rdfs:comment      "Base class to make searches based on rules"@en ;
        rdfs:isDefinedBy  "https://schema.org/Recommendation"@en ;
        rdfs:label        "Recommendations"@en ;
        vs:term_status    "testing"@en .

CityExplorer:35_PalauPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_35" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Palau Pamplona" .

CityExplorer:BusTransport
        a                    owl:Class ;
        rdfs:comment         "Refers to bus transport"@en ;
        rdfs:label           "BusTransport"@en ;
        rdfs:subClassOf      CityExplorer:TransportCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Transport [ a               owl:Restriction ;
                                                                              owl:hasValue    CityExplorer:Bus ;
                                                                              owl:onProperty  CityExplorer:hasCategory
                                                                            ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:CulturalAttraction
        a                    owl:Class ;
        rdfs:comment         "Refers to attractions involving any kind of cultural activity"@en ;
        rdfs:label           "CulturalAttraction"@en ;
        rdfs:subClassOf      CityExplorer:AttractionCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Attraction [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Cultural ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:83_CastellMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_83" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Castell Màlaga" .

CityExplorer:89_HotelVistaBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_89" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Vista Bilbao" ;
        CityExplorer:priceRange       "148"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:91_CatedralSevilla
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_91" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Catedral Sevilla" .

CityExplorer:44_MoviSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_44" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "321"^^xsd:decimal .

CityExplorer:56_HotelDelMarCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_56" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Del Mar Cadis" ;
        CityExplorer:priceRange       "167"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:52_HotelSolSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_52" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Sol Sevilla" ;
        CityExplorer:priceRange       "146"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:41_MetroBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_41" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "357"^^xsd:decimal .

CityExplorer:59_HotelVistaSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_59" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Vista Sant Sebastià" ;
        CityExplorer:priceRange       "99"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:19_RestaurantFusióMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_19" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Fusió Madrid" ;
        CityExplorer:priceRange       "37"^^xsd:decimal .

CityExplorer:28_ParcSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_28" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Parc Sant Sebastià" .

CityExplorer:Monument
        a       owl:NamedIndividual .

CityExplorer:38_MoviMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_38" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "509"^^xsd:decimal .

CityExplorer:1_HotelVistaSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_1" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Vista Sevilla" ;
        CityExplorer:priceRange       "278"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:15_MoviCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Cadis" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_15" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "293"^^xsd:decimal .

CityExplorer:Hotel  a    owl:Class ;
        rdfs:comment     "Refers to an hotel"@en ;
        rdfs:label       "Hotel"@en ;
        rdfs:sameAs      "https://schema.org/Hotel" ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:name ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  CityExplorer:HotelCategory ;
                           owl:onProperty               CityExplorer:hasCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:priceRange ;
                           owl:someValuesFrom  xsd:integer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:aggregateRating ;
                           owl:someValuesFrom  xsd:decimal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:identifier ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:locatedInCity ;
                           owl:someValuesFrom  CityExplorer:City
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:starRating ;
                           owl:someValuesFrom  xsd:integer
                         ] ;
        vs:term_status   "testing"@en .

CityExplorer:43_HotelRoyalPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_43" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Royal Pamplona" ;
        CityExplorer:priceRange       "116"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:Toledo  a           CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_1" ;
        CityExplorer:latitude    "39.8628" ;
        CityExplorer:longitude   "39.8628" ;
        CityExplorer:name        "Toledo" .

CityExplorer:19_CityBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_19" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "858"^^xsd:decimal .

CityExplorer:Andalusian
        a       owl:NamedIndividual .

CityExplorer:8_RestaurantGourmetToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_8" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Gourmet Toledo" ;
        CityExplorer:priceRange       "48"^^xsd:decimal .

CityExplorer:Cadis  a            CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_9" ;
        CityExplorer:latitude    "36.5297" ;
        CityExplorer:longitude   "36.5297" ;
        CityExplorer:name        "Cadis" .

[ a                owl:Class ;
  rdfs:subClassOf  CityExplorer:AttractionTypes ;
  owl:oneOf        ( CityExplorer:Beach CityExplorer:Cultural CityExplorer:Monument CityExplorer:Museum CityExplorer:Park )
] .

CityExplorer:82_CityMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Madrid" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_82" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "68"^^xsd:decimal .

vann:preferredNamespaceUri
        a       owl:AnnotationProperty .

CityExplorer:18_RestaurantSaborCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_18" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Sabor Cadis" ;
        CityExplorer:priceRange       "34"^^xsd:decimal .

CityExplorer:57_MoviValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi València" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_57" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "29"^^xsd:decimal .

CityExplorer:8_ParcSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_8" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Parc Sant Sebastià" .

CityExplorer:5_CastellCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_5" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Castell Cadis" .

CityExplorer:79_CatedralPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_79" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Catedral Pamplona" .

CityExplorer:1_RestaurantTradicióToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_1" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Tradició Toledo" ;
        CityExplorer:priceRange       "46"^^xsd:decimal .

CityExplorer:JapaneseRestaurant
        a                    owl:Class ;
        rdfs:comment         "Refers to restaurants serving food from Japan"@en ;
        rdfs:label           "JapaneseRestaurant"@en ;
        rdfs:subClassOf      CityExplorer:RestaurantCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Restaurant [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Japanese ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:83_ConcertCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_83" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Concert Cadis" ;
        CityExplorer:startDate      "2024-06-21T00:00:00"^^xsd:dateTime .

CityExplorer:46_MetroPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_46" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "431"^^xsd:decimal .

terms:issued  a  owl:AnnotationProperty .

CityExplorer:RestaurantCategory
        a                owl:Class ;
        rdfs:comment     "Includes different restaurant categories"@en ;
        rdfs:label       "RestaurantCategory"@en ;
        rdfs:subClassOf  CityExplorer:Category ;
        vs:term_status   "testing"@en .

CityExplorer:15_RestaurantDeliciaSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_15" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Delicia Saragossa" ;
        CityExplorer:priceRange       "48"^^xsd:decimal .

CityExplorer:39_CastellSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_39" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Castell Sant Sebastià" .

CityExplorer:7_MetroCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Cadis" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_7" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "34"^^xsd:decimal .

CityExplorer:17_ParcMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_17" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Parc Madrid" .

CityExplorer:100_MuseuBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_100" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Museu Bilbao" .

CityExplorer:64_FiraMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_64" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Fira Madrid" ;
        CityExplorer:startDate      "2024-11-07T00:00:00"^^xsd:dateTime .

CityExplorer:92_HotelRoyalMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_92" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Royal Màlaga" ;
        CityExplorer:priceRange       "150"^^xsd:decimal ;
        CityExplorer:starRating       3 .

terms:publisher  a  owl:AnnotationProperty .

CityExplorer:75_RestaurantSaborSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_75" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Sabor Sevilla" ;
        CityExplorer:priceRange       "48"^^xsd:decimal .

CityExplorer:24_CastellSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_24" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Castell Saragossa" .

CityExplorer:14_HotelPalaceMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_14" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Palace Madrid" ;
        CityExplorer:priceRange       "91"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:60_RestaurantDeliciaSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_60" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Delicia Sant Sebastià" ;
        CityExplorer:priceRange       "19"^^xsd:decimal .

CityExplorer:41_CatedralToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_41" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Catedral Toledo" .

CityExplorer:48_MoviToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_48" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "304"^^xsd:decimal .

CityExplorer:100_TransPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_100" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "314"^^xsd:decimal .

CityExplorer:4_HotelRoyalBilbao
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_4" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Hotel Royal Bilbao" ;
        CityExplorer:priceRange       "232"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:7_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_7" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-07-21T00:00:00"^^xsd:dateTime .

CityExplorer:52_CongrésToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_52" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Congrés Toledo" ;
        CityExplorer:startDate      "2024-10-27T00:00:00"^^xsd:dateTime .

CityExplorer:89_CastellSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_89" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Castell Saragossa" .

<urn:swrl:var#ar>  a  swrl:Variable .

CityExplorer:48_ParcSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_48" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Parc Sant Sebastià" .

CityExplorer:98_HotelPalaceMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_98" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Palace Madrid" ;
        CityExplorer:priceRange       "284"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:  a                       owl:Ontology ;
        rdfs:label                     "CityExplorer :ce"@en ;
        terms:backwardCompatibility    "Backward compatible"@en ;
        terms:bibliographicCitation    "https://service.tib.eu/webvowl/\nhttps://oops.linkeddata.es/\nhttps://dgarijo.github.io/Widoco/doc/tutorial/\nhttps://github.com/protegeproject/swrlapi/wiki\nhttps://www.w3.org/RDF/Validator/\nhttps://schema.org/docs/schemas.html\n" ;
        terms:created                  "2025-04-15" ;
        terms:creator                  "Carles Asensi Seguer\nSergi Tur Pinent\nAbel Bolance Olivares"@en ;
        terms:description              "This ontology models personalized tourist experiences by representing cities, points of interest, events, accommodations, restaurants, transportation, and their relationships. This ontology is part of a university project."@en ;
        terms:identifier               "https://purl.org/cityexplorer"@en ;
        terms:issued                   "2025-04-21"@en ;
        terms:license                  "https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en"@en ;
        terms:modified                 "2025-04-21"@en ;
        terms:previousVersion          "https://purl.org/cityexplorer/1.0"@en ;
        terms:publisher                "REPRESENTACIÓ DEL CONEIXEMENT - PAC2"@en ;
        terms:source                   "https://purl.org/cityexplorer/data"@en ;
        terms:title                    "CityExplorer Ontology"@en ;
        vann:preferredNamespacePrefix  "ce"@en ;
        vann:preferredNamespaceUri     "https://purl.org/cityexplorer#"@en ;
        owl:versionIRI                 <https://purl.org/cityexplorer/1.0> ;
        owl:versionInfo                "version 1.0"@en .

CityExplorer:2_CastellSevilla
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_2" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Castell Sevilla" .

[ a                owl:Class ;
  rdfs:subClassOf  CityExplorer:RestaurantTypes ;
  owl:oneOf        ( CityExplorer:Andalusian CityExplorer:Italianian CityExplorer:Japanese CityExplorer:Mediterranean CityExplorer:Mexican )
] .

CityExplorer:85_FestivalSantSebastià
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_85" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:name           "Festival Sant Sebastià" ;
        CityExplorer:startDate      "2024-06-02T00:00:00"^^xsd:dateTime .

CityExplorer:24_HotelRoyalSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_24" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Royal Saragossa" ;
        CityExplorer:priceRange       "150"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:14_MoviPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_14" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "711"^^xsd:decimal .

terms:identifier  a  owl:AnnotationProperty .

CityExplorer:22_FestivalSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_22" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Festival Sevilla" ;
        CityExplorer:startDate      "2024-08-18T00:00:00"^^xsd:dateTime .

CityExplorer:3_HotelRoyalMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_3" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Royal Màlaga" ;
        CityExplorer:priceRange       "175"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:32_ConcertPamplona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_32" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:name           "Concert Pamplona" ;
        CityExplorer:startDate      "2024-07-04T00:00:00"^^xsd:dateTime .

CityExplorer:19_ConcertValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_19" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Concert València" ;
        CityExplorer:startDate      "2024-02-07T00:00:00"^^xsd:dateTime .

CityExplorer:45_CongrésBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_45" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Congrés Barcelona" ;
        CityExplorer:startDate      "2024-02-21T00:00:00"^^xsd:dateTime .

CityExplorer:86_FiraToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_86" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Fira Toledo" ;
        CityExplorer:startDate      "2024-12-18T00:00:00"^^xsd:dateTime .

CityExplorer:74_UrbanSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_74" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "309"^^xsd:decimal .

CityExplorer:33_MuseuBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_33" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Museu Barcelona" .

CityExplorer:name  a        owl:DatatypeProperty ;
        rdfs:comment        "The name of the item"@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( CityExplorer:Attraction CityExplorer:City CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                            ] ;
        rdfs:label          "Name"@en ;
        rdfs:range          xsd:string ;
        rdfs:sameAs         "https://schema.org/name"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:68_HotelDelMarMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_68" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Del Mar Madrid" ;
        CityExplorer:priceRange       "172"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:54_MetroMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_54" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "697"^^xsd:decimal .

CityExplorer:50_RestaurantDeliciaBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_50" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Delicia Barcelona" ;
        CityExplorer:priceRange       "65"^^xsd:decimal .

[ a                owl:Class ;
  rdfs:subClassOf  CityExplorer:EventTypes ;
  owl:oneOf        ( CityExplorer:Cultural CityExplorer:Gastronomic CityExplorer:Music CityExplorer:Sport CityExplorer:Technological )
] .

CityExplorer:30_RestaurantDeliciaPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_30" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Delicia Pamplona" ;
        CityExplorer:priceRange       "42"^^xsd:decimal .

CityExplorer:44_MuseuSevilla
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_44" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Museu Sevilla" .

CityExplorer:Barcelona
        a                        CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_4" ;
        CityExplorer:latitude    "41.3874" ;
        CityExplorer:longitude   "41.3874" ;
        CityExplorer:name        "Barcelona" .

CityExplorer:longitude
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The longitude of a location"@en ;
        rdfs:domain         CityExplorer:City ;
        rdfs:label          "Longitude"@en ;
        rdfs:range          xsd:string ;
        rdfs:sameAs         "https://schema.org/longitude"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

[ rdfs:comment  "An entity responsible for making the resource.\nhttp://purl.org/dc/terms/creator"@en ;
  rdfs:label    "creator"@en
] .

CityExplorer:67_HotelVistaMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_67" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Vista Madrid" ;
        CityExplorer:priceRange       "71"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:1_CastellSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_1" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Castell Saragossa" .

CityExplorer:3_RestaurantFusióValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_3" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Fusió València" ;
        CityExplorer:priceRange       "13"^^xsd:decimal .

CityExplorer:34_CarnavalSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_34" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Carnaval Saragossa" ;
        CityExplorer:startDate      "2024-02-19T00:00:00"^^xsd:dateTime .

CityExplorer:39_RestaurantFusióToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_39" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Fusió Toledo" ;
        CityExplorer:priceRange       "70"^^xsd:decimal .

CityExplorer:49_CityMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_49" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "121"^^xsd:decimal .

CityExplorer:26_MetroPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_26" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "29"^^xsd:decimal .

CityExplorer:63_MuseuSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_63" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Museu Saragossa" .

CityExplorer:40_PalauCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_40" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Palau Cadis" .

CityExplorer:AttractionTypes
        a                    owl:Class ;
        rdfs:comment         "Refers to the category of attractions"@en ;
        rdfs:label           "AttractionType"@en ;
        rdfs:subClassOf      CityExplorer:CategoryTypes ;
        owl:equivalentClass  [ a          owl:Class ;
                               owl:oneOf  ( CityExplorer:Beach CityExplorer:Cultural CityExplorer:Monument CityExplorer:Museum CityExplorer:Park )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:RuralHotel
        a                    owl:Class ;
        rdfs:comment         "Refers to hotels considered rural"@en ;
        rdfs:label           "RuralHotel"@en ;
        rdfs:subClassOf      CityExplorer:HotelCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Hotel [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Rural ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:44_CongrésSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_44" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Congrés Sevilla" ;
        CityExplorer:startDate      "2024-10-24T00:00:00"^^xsd:dateTime .

CityExplorer:34_MuseuSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_34" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Museu Saragossa" .

CityExplorer:90_CongrésValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_90" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Congrés València" ;
        CityExplorer:startDate      "2024-12-13T00:00:00"^^xsd:dateTime .

CityExplorer:starRating
        a                   owl:DatatypeProperty ;
        rdfs:comment        "An official rating for a lodging business or food establishment"@en ;
        rdfs:domain         CityExplorer:Hotel ;
        rdfs:label          "starRating"@en ;
        rdfs:range          xsd:integer ;
        rdfs:sameAs         "https://schema.org/starRating"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

CityExplorer:29_HotelRoyalMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_29" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Royal Madrid" ;
        CityExplorer:priceRange       "131"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:33_FestivalBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_33" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Festival Barcelona" ;
        CityExplorer:startDate      "2024-03-03T00:00:00"^^xsd:dateTime .

CityExplorer:69_MetroPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_69" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "988"^^xsd:decimal .

CityExplorer:76_RestaurantFusióValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_76" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Fusió València" ;
        CityExplorer:priceRange       "19"^^xsd:decimal .

<urn:swrl:var#pr>  a  swrl:Variable .

CityExplorer:5_HotelPalaceSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_5" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Palace Saragossa" ;
        CityExplorer:priceRange       "120"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:14_CastellPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_14" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Castell Pamplona" .

CityExplorer:70_HotelRoyalSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_70" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Royal Saragossa" ;
        CityExplorer:priceRange       "165"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:Category
        a                owl:Class ;
        rdfs:comment     "Global category, including different categories"@en ;
        rdfs:label       "Category"@en ;
        rdfs:subClassOf  CityExplorer:Recommendation ;
        vs:term_status   "testing"@en .

CityExplorer:91_CarnavalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_91" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Carnaval Madrid" ;
        CityExplorer:startDate      "2024-09-27T00:00:00"^^xsd:dateTime .

CityExplorer:València
        a                        CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_2" ;
        CityExplorer:latitude    "39.4699" ;
        CityExplorer:longitude   "39.4699" ;
        CityExplorer:name        "València" .

CityExplorer:80_ParcMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_80" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Parc Madrid" .

CityExplorer:24_CongrésBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_24" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Congrés Barcelona" ;
        CityExplorer:startDate      "2024-11-17T00:00:00"^^xsd:dateTime .

CityExplorer:27_UrbanBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_27" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "354"^^xsd:decimal .

CityExplorer:54_RestaurantSaborSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_54" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Sabor Sevilla" ;
        CityExplorer:priceRange       "80"^^xsd:decimal .

CityExplorer:12_FiraBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_12" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Fira Barcelona" ;
        CityExplorer:startDate      "2024-09-21T00:00:00"^^xsd:dateTime .

[ a            owl:AllDisjointClasses ;
  owl:members  ( CityExplorer:BeachAttraction CityExplorer:CulturalAttraction CityExplorer:MonumentAttraction CityExplorer:MuseumAttraction CityExplorer:ParkAttraction )
] .

CityExplorer:43_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_43" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-03-17T00:00:00"^^xsd:dateTime .

CityExplorer:77_PalauPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_77" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Palau Pamplona" .

CityExplorer:56_MuseuToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_56" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Museu Toledo" .

CityExplorer:78_MoviBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_78" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "747"^^xsd:decimal .

CityExplorer:HotelTypes
        a                    owl:Class ;
        rdfs:comment         "Refers to the category of hotels"@en ;
        rdfs:label           "HotelTypes"@en ;
        rdfs:subClassOf      CityExplorer:CategoryTypes ;
        owl:equivalentClass  [ a          owl:Class ;
                               owl:oneOf  ( CityExplorer:Beach CityExplorer:Business CityExplorer:Luxury CityExplorer:Rural CityExplorer:Tourist )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:6_TransPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_6" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "848"^^xsd:decimal .

CityExplorer:97_CatedralSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_97" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Catedral Saragossa" .

CityExplorer:12_HotelRoyalMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_12" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Royal Madrid" ;
        CityExplorer:priceRange       "50"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:50_FestivalValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_50" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Festival València" ;
        CityExplorer:startDate      "2024-05-11T00:00:00"^^xsd:dateTime .

CityExplorer:92_MetroMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_92" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "282"^^xsd:decimal .

CityExplorer:32_HotelPalaceToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_32" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Palace Toledo" ;
        CityExplorer:priceRange       "74"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:Saragossa
        a                        CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_5" ;
        CityExplorer:latitude    "41.6488" ;
        CityExplorer:longitude   "41.6488" ;
        CityExplorer:name        "Saragossa" .

CityExplorer:74_RestaurantGourmetPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_74" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Gourmet Pamplona" ;
        CityExplorer:priceRange       "12"^^xsd:decimal .

CityExplorer:80_RestaurantGourmetPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_80" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Gourmet Pamplona" ;
        CityExplorer:priceRange       "78"^^xsd:decimal .

CityExplorer:62_HotelPalaceBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_62" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Palace Barcelona" ;
        CityExplorer:priceRange       "106"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:85_MoviSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_85" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "158"^^xsd:decimal .

CityExplorer:26_HotelSolCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_26" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Sol Cadis" ;
        CityExplorer:priceRange       "151"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:84_RestaurantFusióPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_84" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Fusió Pamplona" ;
        CityExplorer:priceRange       "15"^^xsd:decimal .

CityExplorer:28_RestaurantFusióCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_28" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Fusió Cadis" ;
        CityExplorer:priceRange       "18"^^xsd:decimal .

CityExplorer:48_RestaurantSaborSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_48" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Sabor Sant Sebastià" ;
        CityExplorer:priceRange       "39"^^xsd:decimal .

CityExplorer:64_HotelPalaceBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_64" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Palace Barcelona" ;
        CityExplorer:priceRange       "251"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:TransportCategory
        a                owl:Class ;
        rdfs:comment     "Includes different attraction categories"@en ;
        rdfs:label       "TransportCategory"@en ;
        rdfs:subClassOf  CityExplorer:Category ;
        vs:term_status   "testing"@en .

CityExplorer:91_UrbanBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_91" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "328"^^xsd:decimal .

CityExplorer:84_HotelVistaMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_84" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Vista Madrid" ;
        CityExplorer:priceRange       "150"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:GastronomicEvent
        a                    owl:Class ;
        rdfs:comment         "Refers to an event involving gastronomy"@en ;
        rdfs:label           "GastronomicEvent"@en ;
        rdfs:subClassOf      CityExplorer:EventCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Event [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Gastronomic ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:82_RestaurantGourmetMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_82" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Gourmet Madrid" ;
        CityExplorer:priceRange       "30"^^xsd:decimal .

CityExplorer:4_CitySaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_4" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "579"^^xsd:decimal .

CityExplorer:32_MuseuSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_32" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Museu Saragossa" .

vs:term_status  a  owl:AnnotationProperty .

CityExplorer:31_FiraMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_31" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Fira Madrid" ;
        CityExplorer:startDate      "2024-12-18T00:00:00"^^xsd:dateTime .

CityExplorer:38_RestaurantDeliciaPamplona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_38" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Restaurant Delicia Pamplona" ;
        CityExplorer:priceRange       "41"^^xsd:decimal .

CityExplorer:23_HotelVistaToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_23" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Vista Toledo" ;
        CityExplorer:priceRange       "99"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:87_MoviBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_87" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "629"^^xsd:decimal .

CityExplorer:56_TransValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans València" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_56" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "646"^^xsd:decimal .

CityExplorer:71_RestaurantTradicióCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_71" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Tradició Cadis" ;
        CityExplorer:priceRange       "53"^^xsd:decimal .

CityExplorer:5_FiraToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_5" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Fira Toledo" ;
        CityExplorer:startDate      "2024-08-26T00:00:00"^^xsd:dateTime .

CityExplorer:83_CityToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_83" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "459"^^xsd:decimal .

CityExplorer:53_UrbanToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_53" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "56"^^xsd:decimal .

CityExplorer:23_CastellSantSebastià
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_23" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Castell Sant Sebastià" .

CityExplorer:98_ParcCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_98" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Parc Cadis" .

CityExplorer:SportsEvent
        a                    owl:Class ;
        rdfs:comment         "Refers to an event involving sports"@en ;
        rdfs:label           "SportsEvent"@en ;
        rdfs:subClassOf      CityExplorer:EventCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Event [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Sport ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:99_HotelSolSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_99" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Sol Sevilla" ;
        CityExplorer:priceRange       "120"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:41_HotelRoyalCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_41" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Royal Cadis" ;
        CityExplorer:priceRange       "81"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:89_UrbanValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban València" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_89" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "937"^^xsd:decimal .

terms:creator  a  owl:AnnotationProperty .

CityExplorer:Gastronomic
        a       owl:NamedIndividual .

terms:bibliographicCitation
        a       owl:AnnotationProperty .

CityExplorer:79_TransSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_79" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "983"^^xsd:decimal .

CityExplorer:93_TransValència
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans València" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_93" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:priceRange     "222"^^xsd:decimal .

CityExplorer:46_RestaurantSaborMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_46" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Sabor Màlaga" ;
        CityExplorer:priceRange       "56"^^xsd:decimal .

[ a            owl:AllDisjointClasses ;
  owl:members  ( CityExplorer:CulturalEvent CityExplorer:GastronomicEvent CityExplorer:MusicEvent CityExplorer:SportsEvent CityExplorer:TechnologicalEvent )
] .

CityExplorer:36_CityBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_36" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "212"^^xsd:decimal .

CityExplorer:13_PalauPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_13" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Palau Pamplona" .

CityExplorer:88_TransSaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_88" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "714"^^xsd:decimal .

CityExplorer:2_HotelRoyalPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_2" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Royal Pamplona" ;
        CityExplorer:priceRange       "56"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:HotelCategory
        a                owl:Class ;
        rdfs:comment     "Includes different hotel categories"@en ;
        rdfs:label       "HotelCategory"@en ;
        rdfs:subClassOf  CityExplorer:Category ;
        vs:term_status   "testing"@en .

CityExplorer:71_FiraMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_71" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Fira Màlaga" ;
        CityExplorer:startDate      "2024-05-07T00:00:00"^^xsd:dateTime .

CityExplorer:69_HotelRoyalMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_69" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Royal Madrid" ;
        CityExplorer:priceRange       "203"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:54_FiraPamplona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_54" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:name           "Fira Pamplona" ;
        CityExplorer:startDate      "2024-12-25T00:00:00"^^xsd:dateTime .

CityExplorer:Event  a    owl:Class ;
        rdfs:comment     "Refers to an event"@en ;
        rdfs:label       "Event"@en ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:startDate ;
                           owl:someValuesFrom  xsd:dateTime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:name ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:identifier ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  CityExplorer:EventTypes ;
                           owl:onProperty               CityExplorer:hasCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:locatedInCity ;
                           owl:someValuesFrom  CityExplorer:City
                         ] ;
        vs:term_status   "testing"@en .

CityExplorer:47_RestaurantTradicióSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_47" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Tradició Sant Sebastià" ;
        CityExplorer:priceRange       "61"^^xsd:decimal .

CityExplorer:MexicanRestaurant
        a                    owl:Class ;
        rdfs:comment         "Refers to restaurants serving food from Mexico"@en ;
        rdfs:label           "MexicanRestaurant"@en ;
        rdfs:subClassOf      CityExplorer:RestaurantCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Restaurant [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Mexican ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:55_FiraSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_55" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Fira Saragossa" ;
        CityExplorer:startDate      "2024-04-25T00:00:00"^^xsd:dateTime .

CityExplorer:15_HotelPalaceCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_15" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Palace Cadis" ;
        CityExplorer:priceRange       "287"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:14_RestaurantFusióValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_14" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Fusió València" ;
        CityExplorer:priceRange       "46"^^xsd:decimal .

CityExplorer:71_MoviBarcelona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Barcelona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_71" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:priceRange     "286"^^xsd:decimal .

CityExplorer:53_CatedralValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_53" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Catedral València" .

terms:created  a  owl:AnnotationProperty .

CityExplorer:94_MoviMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_94" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "676"^^xsd:decimal .

CityExplorer:38_CarnavalSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_38" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Carnaval Sevilla" ;
        CityExplorer:startDate      "2024-02-04T00:00:00"^^xsd:dateTime .

CityExplorer:77_MetroMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_77" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "83"^^xsd:decimal .

CityExplorer:59_FestivalMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_59" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Festival Màlaga" ;
        CityExplorer:startDate      "2024-03-11T00:00:00"^^xsd:dateTime .

CityExplorer:3_CongrésBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_3" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Congrés Bilbao" ;
        CityExplorer:startDate      "2024-12-01T00:00:00"^^xsd:dateTime .

CityExplorer:MuseumAttraction
        a                    owl:Class ;
        rdfs:comment         "Refers to attractions involving a museum"@en ;
        rdfs:label           "MuseumAttraction"@en ;
        rdfs:subClassOf      CityExplorer:AttractionCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Attraction [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Museum ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:83_RestaurantDeliciaBilbao
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_83" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Restaurant Delicia Bilbao" ;
        CityExplorer:priceRange       "66"^^xsd:decimal .

CityExplorer:45_CatedralBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_45" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Catedral Barcelona" .

CityExplorer:16_CityMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_16" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "766"^^xsd:decimal .

CityExplorer:16_HotelPalaceSaragossa
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_16" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Hotel Palace Saragossa" ;
        CityExplorer:priceRange       "199"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:Japanese
        a       owl:NamedIndividual .

CityExplorer:9_RestaurantDeliciaMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_9" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Delicia Màlaga" ;
        CityExplorer:priceRange       "70"^^xsd:decimal .

CityExplorer:CulturalEvent
        a                    owl:Class ;
        rdfs:comment         "Refers to an event involving any kind of cultural activity"@en ;
        rdfs:label           "CulturalEvent"@en ;
        rdfs:subClassOf      CityExplorer:EventCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Event [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Cultural ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:EventCategory
        a                owl:Class ;
        rdfs:comment     "Includes different event categories"@en ;
        rdfs:label       "EventCategory"@en ;
        rdfs:subClassOf  CityExplorer:Category ;
        vs:term_status   "testing"@en .

CityExplorer:57_ParcCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_57" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Parc Cadis" .

CityExplorer:33_MetroMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_33" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "712"^^xsd:decimal .

CityExplorer:53_RestaurantDeliciaCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_53" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Delicia Cadis" ;
        CityExplorer:priceRange       "26"^^xsd:decimal .

CityExplorer:13_CongrésValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_13" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Congrés València" ;
        CityExplorer:startDate      "2024-08-13T00:00:00"^^xsd:dateTime .

CityExplorer:Cultural
        a       owl:NamedIndividual .

CityExplorer:Tram  a  owl:NamedIndividual .

CityExplorer:8_HotelVistaCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_8" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Vista Cadis" ;
        CityExplorer:priceRange       "150"^^xsd:decimal ;
        CityExplorer:starRating       4 .

terms:source  a  owl:AnnotationProperty .

CityExplorer:6_HotelRoyalSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_6" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Royal Sant Sebastià" ;
        CityExplorer:priceRange       "245"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:1_CongrésCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_1" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Congrés Cadis" ;
        CityExplorer:startDate      "2024-06-02T00:00:00"^^xsd:dateTime .

CityExplorer:25_RestaurantFusióSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_25" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Fusió Sevilla" ;
        CityExplorer:priceRange       "60"^^xsd:decimal .

CityExplorer:30_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_30" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-09-14T00:00:00"^^xsd:dateTime .

CityExplorer:48_HotelPalaceMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_48" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Palace Màlaga" ;
        CityExplorer:priceRange       "195"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:89_FiraSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_89" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Fira Saragossa" ;
        CityExplorer:startDate      "2024-05-26T00:00:00"^^xsd:dateTime .

CityExplorer:87_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_87" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-08-24T00:00:00"^^xsd:dateTime .

CityExplorer:10_CastellToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_10" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Castell Toledo" .

terms:previousVersion
        a       owl:AnnotationProperty .

CityExplorer:65_UrbanPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_65" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "456"^^xsd:decimal .

CityExplorer:11_HotelRoyalMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_11" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Royal Madrid" ;
        CityExplorer:priceRange       "146"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:60_UrbanMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_60" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "188"^^xsd:decimal .

CityExplorer:17_RestaurantGourmetCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_17" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Gourmet Cadis" ;
        CityExplorer:priceRange       "68"^^xsd:decimal .

CityExplorer:Pamplona
        a                        CityExplorer:City , owl:NamedIndividual ;
        CityExplorer:identifier  "City_7" ;
        CityExplorer:latitude    "42.8169" ;
        CityExplorer:longitude   "42.8169" ;
        CityExplorer:name        "Pamplona" .

CityExplorer:96_TransSaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_96" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "511"^^xsd:decimal .

CityExplorer:93_RestaurantSaborSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_93" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Sabor Saragossa" ;
        CityExplorer:priceRange       "58"^^xsd:decimal .

CityExplorer:isCategoryOf
        a             owl:IrreflexiveProperty , owl:AsymmetricProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
        rdfs:comment  "Indicates if a category is a category of a class"@en ;
        rdfs:domain   CityExplorer:CategoryTypes ;
        rdfs:label    "isCategoryOf"@en ;
        rdfs:range    [ a            owl:Class ;
                        owl:unionOf  ( CityExplorer:Attraction CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                      ] .

CityExplorer:43_ParcBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_43" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Parc Barcelona" .

CityExplorer:92_FestivalCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_92" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Festival Cadis" ;
        CityExplorer:startDate      "2024-01-02T00:00:00"^^xsd:dateTime .

CityExplorer:63_RestaurantTradicióCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_63" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Tradició Cadis" ;
        CityExplorer:priceRange       "41"^^xsd:decimal .

CityExplorer:PublicBike
        a       owl:NamedIndividual .

CityExplorer:73_CatedralValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_73" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Catedral València" .

CityExplorer:51_PalauMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_51" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Palau Madrid" .

CityExplorer:82_PalauValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_82" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Palau València" .

CityExplorer:latitude
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The latitude of a location"@en ;
        rdfs:domain         CityExplorer:City ;
        rdfs:label          "Latitude"@en ;
        rdfs:range          xsd:string ;
        rdfs:sameAs         "https://schema.org/latitude"@en ;
        rdfs:subPropertyOf  owl:topDataProperty .

terms:description  a  owl:AnnotationProperty .

CityExplorer:BusinessHotel
        a                    owl:Class ;
        rdfs:comment         "Refers to hotels considered for business"@en ;
        rdfs:label           "BusinessHotel"@en ;
        rdfs:subClassOf      CityExplorer:HotelCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Hotel [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Business ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:MusicEvent
        a                    owl:Class ;
        rdfs:comment         "Refers to an event involving music"@en ;
        rdfs:label           "MusicEveent"@en ;
        rdfs:subClassOf      CityExplorer:EventCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Event [ a               owl:Restriction ;
                                                                          owl:hasValue    CityExplorer:Music ;
                                                                          owl:onProperty  CityExplorer:hasCategory
                                                                        ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:25_HotelRoyalSevilla
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_25" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Hotel Royal Sevilla" ;
        CityExplorer:priceRange       "92"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:42_RestaurantTradicióSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_42" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Tradició Sevilla" ;
        CityExplorer:priceRange       "15"^^xsd:decimal .

CityExplorer:65_RestaurantGourmetMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_65" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Gourmet Màlaga" ;
        CityExplorer:priceRange       "57"^^xsd:decimal .

CityExplorer:33_RestaurantTradicióToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_33" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Tradició Toledo" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

CityExplorer:58_RestaurantDeliciaSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.5 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_58" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Delicia Saragossa" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

vann:preferredNamespacePrefix
        a       owl:AnnotationProperty .

CityExplorer:61_HotelDelMarCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_61" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Del Mar Cadis" ;
        CityExplorer:priceRange       "283"^^xsd:decimal ;
        CityExplorer:starRating       3 .

<urn:swrl:var#a>  a  swrl:Variable .

CityExplorer:85_HotelPalaceMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_85" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Palace Madrid" ;
        CityExplorer:priceRange       "65"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:4_RestaurantDeliciaMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_4" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Delicia Màlaga" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

CityExplorer:53_FiraBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_53" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Fira Barcelona" ;
        CityExplorer:startDate      "2024-06-28T00:00:00"^^xsd:dateTime .

CityExplorer:31_PalauMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_31" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Palau Màlaga" .

CityExplorer:isCityOf
        a              owl:IrreflexiveProperty , owl:AsymmetricProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
        rdfs:comment   "Indicates if the city contains the specific property"@en ;
        rdfs:domain    CityExplorer:City ;
        rdfs:label     "isCityOf"@en ;
        rdfs:range     [ a            owl:Class ;
                         owl:unionOf  ( CityExplorer:Attraction CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                       ] ;
        owl:inverseOf  CityExplorer:locatedInCity .

CityExplorer:hasCategory
        a              owl:IrreflexiveProperty , owl:AsymmetricProperty , owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment   "Indicate if a class has a specific category"@en ;
        rdfs:domain    [ a            owl:Class ;
                         owl:unionOf  ( CityExplorer:Attraction CityExplorer:Event CityExplorer:Hotel CityExplorer:Restaurant CityExplorer:Transport )
                       ] ;
        rdfs:label     "hasCategory"@en ;
        rdfs:range     CityExplorer:CategoryTypes ;
        owl:inverseOf  CityExplorer:isCategoryOf .

CityExplorer:36_RestaurantFusióSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_36" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Fusió Saragossa" ;
        CityExplorer:priceRange       "77"^^xsd:decimal .

CityExplorer:30_UrbanMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_30" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "287"^^xsd:decimal .

[ a             swrl:Imp ;
  rdfs:comment  "Rule for Cities with cultural attractions or events"@en ;
  rdfs:label    "CulturalCities"@en ;
  swrl:body     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#c> ;
                               swrl:classPredicate  CityExplorer:City
                             ] ;
                  rdf:rest   [ a          swrl:AtomList ;
                               rdf:first  [ a                       swrl:IndividualPropertyAtom ;
                                            swrl:argument1          <urn:swrl:var#c> ;
                                            swrl:argument2          <urn:swrl:var#e> ;
                                            swrl:propertyPredicate  CityExplorer:isCityOf
                                          ] ;
                               rdf:rest   [ a          swrl:AtomList ;
                                            rdf:first  [ a                    swrl:ClassAtom ;
                                                         swrl:argument1       <urn:swrl:var#e> ;
                                                         swrl:classPredicate  CityExplorer:Event
                                                       ] ;
                                            rdf:rest   [ a          swrl:AtomList ;
                                                         rdf:first  [ a                    swrl:ClassAtom ;
                                                                      swrl:argument1       <urn:swrl:var#e> ;
                                                                      swrl:classPredicate  CityExplorer:CulturalEvent
                                                                    ] ;
                                                         rdf:rest   [ a          swrl:AtomList ;
                                                                      rdf:first  [ a                       swrl:IndividualPropertyAtom ;
                                                                                   swrl:argument1          <urn:swrl:var#c> ;
                                                                                   swrl:argument2          <urn:swrl:var#a> ;
                                                                                   swrl:propertyPredicate  CityExplorer:isCityOf
                                                                                 ] ;
                                                                      rdf:rest   [ a          swrl:AtomList ;
                                                                                   rdf:first  [ a                    swrl:ClassAtom ;
                                                                                                swrl:argument1       <urn:swrl:var#a> ;
                                                                                                swrl:classPredicate  CityExplorer:Attraction
                                                                                              ] ;
                                                                                   rdf:rest   [ a          swrl:AtomList ;
                                                                                                rdf:first  [ a                    swrl:ClassAtom ;
                                                                                                             swrl:argument1       <urn:swrl:var#a> ;
                                                                                                             swrl:classPredicate  CityExplorer:CulturalAttraction
                                                                                                           ] ;
                                                                                                rdf:rest   ()
                                                                                              
                                                                                              ]
                                                                                 ]
                                                                    ]
                                                       ]
                                          ]
                             ]
                ] ;
  swrl:head     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#c> ;
                               swrl:classPredicate  CityExplorer:CulturalCities
                             ] ;
                  rdf:rest   ()
                
                ]
] .

CityExplorer:62_CityCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Cadis" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_62" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "986"^^xsd:decimal .

<urn:swrl:var#r>  a  swrl:Variable .

CityExplorer:Park  a  owl:NamedIndividual .

CityExplorer:11_RestaurantGourmetMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_11" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Gourmet Madrid" ;
        CityExplorer:priceRange       "49"^^xsd:decimal .

CityExplorer:25_ParcBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_25" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Parc Bilbao" .

CityExplorer:Museum  a  owl:NamedIndividual .

CityExplorer:95_ConcertSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Cultural ;
        CityExplorer:identifier     "Event_95" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Concert Saragossa" ;
        CityExplorer:startDate      "2024-09-11T00:00:00"^^xsd:dateTime .

CityExplorer:23_CongrésSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_23" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Congrés Saragossa" ;
        CityExplorer:startDate      "2024-07-19T00:00:00"^^xsd:dateTime .

CityExplorer:18_FestivalSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_18" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Festival Saragossa" ;
        CityExplorer:startDate      "2024-02-22T00:00:00"^^xsd:dateTime .

CityExplorer:84_FestivalSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_84" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Festival Saragossa" ;
        CityExplorer:startDate      "2024-11-06T00:00:00"^^xsd:dateTime .

CityExplorer:43_CityPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_43" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "305"^^xsd:decimal .

CityExplorer:37_CastellMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_37" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Castell Madrid" .

CityExplorer:54_HotelPalaceToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_54" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Palace Toledo" ;
        CityExplorer:priceRange       "174"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:69_ParcCadis
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_69" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Parc Cadis" .

CityExplorer:97_CarnavalBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_97" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Carnaval Bilbao" ;
        CityExplorer:startDate      "2024-10-13T00:00:00"^^xsd:dateTime .

CityExplorer:83_HotelPalaceCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_83" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Palace Cadis" ;
        CityExplorer:priceRange       "251"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:29_RestaurantDeliciaValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_29" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Delicia València" ;
        CityExplorer:priceRange       "61"^^xsd:decimal .

CityExplorer:86_RestaurantFusióCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_86" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Fusió Cadis" ;
        CityExplorer:priceRange       "25"^^xsd:decimal .

CityExplorer:TaxiTransport
        a                    owl:Class ;
        rdfs:comment         "Refers to taxi transport"@en ;
        rdfs:label           "TaxiTransport"@en ;
        rdfs:subClassOf      CityExplorer:TransportCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Transport [ a               owl:Restriction ;
                                                                              owl:hasValue    CityExplorer:Taxi ;
                                                                              owl:onProperty  CityExplorer:hasCategory
                                                                            ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:26_CatedralSaragossa
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_26" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Catedral Saragossa" .

CityExplorer:37_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_37" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-01-12T00:00:00"^^xsd:dateTime .

CityExplorer:36_ConcertPamplona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_36" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:name           "Concert Pamplona" ;
        CityExplorer:startDate      "2024-12-21T00:00:00"^^xsd:dateTime .

CityExplorer:93_ConcertCadis
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_93" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:name           "Concert Cadis" ;
        CityExplorer:startDate      "2024-05-15T00:00:00"^^xsd:dateTime .

CityExplorer:100_HotelPalaceMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_100" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Palace Màlaga" ;
        CityExplorer:priceRange       "198"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:24_RestaurantGourmetSevilla
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_24" ;
        CityExplorer:locatedInCity    CityExplorer:Sevilla ;
        CityExplorer:name             "Restaurant Gourmet Sevilla" ;
        CityExplorer:priceRange       "11"^^xsd:decimal .

CityExplorer:18_MuseuMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.3 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_18" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Museu Màlaga" .

CityExplorer:Attraction
        a                owl:Class ;
        rdfs:comment     "Refers to an attraction type, which can be cultural, park, etc."@en ;
        rdfs:label       "Attraction"@en ;
        rdfs:sameAs      "https://schema.org/Attraction"@en ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:name ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:aggregateRating ;
                           owl:someValuesFrom  xsd:decimal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:locatedInCity ;
                           owl:someValuesFrom  CityExplorer:City
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  CityExplorer:AttractionTypes ;
                           owl:onProperty               CityExplorer:hasCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:onProperty      CityExplorer:identifier ;
                           owl:someValuesFrom  xsd:string
                         ] ;
        vs:term_status   "testing"@en .

CityExplorer:42_FestivalPamplona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_42" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:name           "Festival Pamplona" ;
        CityExplorer:startDate      "2024-02-13T00:00:00"^^xsd:dateTime .

CityExplorer:30_HotelDelMarPamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_30" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Del Mar Pamplona" ;
        CityExplorer:priceRange       "270"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:45_RestaurantFusióSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_45" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Fusió Saragossa" ;
        CityExplorer:priceRange       "41"^^xsd:decimal .

CityExplorer:97_HotelPalaceMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_97" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Palace Màlaga" ;
        CityExplorer:priceRange       "160"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:60_FiraSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_60" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Fira Sevilla" ;
        CityExplorer:startDate      "2024-07-13T00:00:00"^^xsd:dateTime .

CityExplorer:88_HotelVistaBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_88" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Vista Barcelona" ;
        CityExplorer:priceRange       "149"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:RestaurantTypes
        a                    owl:Class ;
        rdfs:comment         "Refers to the category of restaurants"@en ;
        rdfs:label           "RestaurantType"@en ;
        rdfs:subClassOf      CityExplorer:CategoryTypes ;
        owl:equivalentClass  [ a          owl:Class ;
                               owl:oneOf  ( CityExplorer:Andalusian CityExplorer:Italianian CityExplorer:Japanese CityExplorer:Mediterranean CityExplorer:Mexican )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:Rural  a  owl:NamedIndividual .

CityExplorer:63_FiraMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_63" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Fira Màlaga" ;
        CityExplorer:startDate      "2024-06-26T00:00:00"^^xsd:dateTime .

CityExplorer:65_HotelPalaceToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_65" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Palace Toledo" ;
        CityExplorer:priceRange       "193"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:94_FestivalMadrid
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_94" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:name           "Festival Madrid" ;
        CityExplorer:startDate      "2024-06-21T00:00:00"^^xsd:dateTime .

CityExplorer:49_ConcertSantSebastià
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_49" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:name           "Concert Sant Sebastià" ;
        CityExplorer:startDate      "2024-11-20T00:00:00"^^xsd:dateTime .

CityExplorer:27_RestaurantTradicióSantSebastià
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_27" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Restaurant Tradició Sant Sebastià" ;
        CityExplorer:priceRange       "45"^^xsd:decimal .

CityExplorer:27_CastellMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Cultural ;
        CityExplorer:identifier       "Attraction_27" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Castell Màlaga" .

CityExplorer:4_CarnavalSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_4" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Carnaval Sevilla" ;
        CityExplorer:startDate      "2024-05-08T00:00:00"^^xsd:dateTime .

CityExplorer:98_CongrésSaragossa
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_98" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:name           "Congrés Saragossa" ;
        CityExplorer:startDate      "2024-08-24T00:00:00"^^xsd:dateTime .

CityExplorer:85_CastellPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_85" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Castell Pamplona" .

terms:license  a  owl:AnnotationProperty .

CityExplorer:74_CarnavalMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_74" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Carnaval Màlaga" ;
        CityExplorer:startDate      "2024-04-13T00:00:00"^^xsd:dateTime .

CityExplorer:3_TransToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_3" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "361"^^xsd:decimal .

CityExplorer:58_CatedralMàlaga
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_58" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Catedral Màlaga" .

CityExplorer:75_FiraSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_75" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Fira Sevilla" ;
        CityExplorer:startDate      "2024-08-17T00:00:00"^^xsd:dateTime .

CityExplorer:37_TransMàlaga
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Màlaga" ;
        CityExplorer:hasCategory    CityExplorer:Metro ;
        CityExplorer:identifier     "Transport_37" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:priceRange     "755"^^xsd:decimal .

CityExplorer:39_FiraBarcelona
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_39" ;
        CityExplorer:locatedInCity  CityExplorer:Barcelona ;
        CityExplorer:name           "Fira Barcelona" ;
        CityExplorer:startDate      "2024-05-17T00:00:00"^^xsd:dateTime .

CityExplorer:62_CatedralValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_62" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Catedral València" .

CityExplorer:48_FestivalBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_48" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Festival Bilbao" ;
        CityExplorer:startDate      "2024-02-01T00:00:00"^^xsd:dateTime .

CityExplorer:CategoryTypes
        a               owl:Class ;
        rdfs:comment    "Refers to different types of categories"@en ;
        rdfs:label      "CategoryTypes"@en ;
        vs:term_status  "testing"@en .

CityExplorer:86_CitySevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_86" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "198"^^xsd:decimal .

CityExplorer:47_PalauToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_47" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Palau Toledo" .

CityExplorer:99_RestaurantGourmetValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_99" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Gourmet València" ;
        CityExplorer:priceRange       "48"^^xsd:decimal .

CityExplorer:57_RestaurantGourmetMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_57" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Gourmet Màlaga" ;
        CityExplorer:priceRange       "55"^^xsd:decimal .

CityExplorer:95_HotelPalacePamplona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Tourist ;
        CityExplorer:identifier       "Hotel_95" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Hotel Palace Pamplona" ;
        CityExplorer:priceRange       "177"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:84_CastellPamplona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_84" ;
        CityExplorer:locatedInCity    CityExplorer:Pamplona ;
        CityExplorer:name             "Castell Pamplona" .

CityExplorer:75_MetroPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_75" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "269"^^xsd:decimal .

CityExplorer:47_FestivalValència
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_47" ;
        CityExplorer:locatedInCity  CityExplorer:València ;
        CityExplorer:name           "Festival València" ;
        CityExplorer:startDate      "2024-12-23T00:00:00"^^xsd:dateTime .

CityExplorer:13_RestaurantDeliciaSaragossa
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.1 ;
        CityExplorer:hasCategory      CityExplorer:Japanese ;
        CityExplorer:identifier       "Restaurant_13" ;
        CityExplorer:locatedInCity    CityExplorer:Saragossa ;
        CityExplorer:name             "Restaurant Delicia Saragossa" ;
        CityExplorer:priceRange       "77"^^xsd:decimal .

CityExplorer:99_FiraSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_99" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Fira Sevilla" ;
        CityExplorer:startDate      "2024-11-09T00:00:00"^^xsd:dateTime .

CityExplorer:22_UrbanSaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_22" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "111"^^xsd:decimal .

CityExplorer:21_HotelSolValència
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_21" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Hotel Sol València" ;
        CityExplorer:priceRange       "291"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:42_MuseuMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.5 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_42" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Museu Madrid" .

CityExplorer:6_CongrésBilbao
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_6" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:name           "Congrés Bilbao" ;
        CityExplorer:startDate      "2024-10-27T00:00:00"^^xsd:dateTime .

CityExplorer:73_TransCadis
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Cadis" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_73" ;
        CityExplorer:locatedInCity  CityExplorer:Cadis ;
        CityExplorer:priceRange     "165"^^xsd:decimal .

CityExplorer:50_HotelSolCadis
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_50" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Hotel Sol Cadis" ;
        CityExplorer:priceRange       "260"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:Technological
        a       owl:NamedIndividual .

CityExplorer:23_MoviPamplona
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Pamplona" ;
        CityExplorer:hasCategory    CityExplorer:PublicBike ;
        CityExplorer:identifier     "Transport_23" ;
        CityExplorer:locatedInCity  CityExplorer:Pamplona ;
        CityExplorer:priceRange     "483"^^xsd:decimal .

CityExplorer:40_RestaurantGourmetValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_40" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Gourmet València" ;
        CityExplorer:priceRange       "59"^^xsd:decimal .

CityExplorer:90_CitySaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_90" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "19"^^xsd:decimal .

CityExplorer:79_HotelSolMàlaga
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_79" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Hotel Sol Màlaga" ;
        CityExplorer:priceRange       "84"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:88_FestivalToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_88" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Festival Toledo" ;
        CityExplorer:startDate      "2024-03-26T00:00:00"^^xsd:dateTime .

CityExplorer:Tourist  a  owl:NamedIndividual .

CityExplorer:75_HotelRoyalMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Rural ;
        CityExplorer:identifier       "Hotel_75" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Royal Madrid" ;
        CityExplorer:priceRange       "67"^^xsd:decimal ;
        CityExplorer:starRating       3 .

CityExplorer:66_RestaurantFusióBarcelona
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_66" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Restaurant Fusió Barcelona" ;
        CityExplorer:priceRange       "51"^^xsd:decimal .

CityExplorer:11_ParcToledo
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.8 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_11" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Parc Toledo" .

CityExplorer:25_CarnavalMàlaga
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Technological ;
        CityExplorer:identifier     "Event_25" ;
        CityExplorer:locatedInCity  CityExplorer:Màlaga ;
        CityExplorer:name           "Carnaval Màlaga" ;
        CityExplorer:startDate      "2024-12-24T00:00:00"^^xsd:dateTime .

CityExplorer:79_RestaurantSaborMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_79" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Sabor Màlaga" ;
        CityExplorer:priceRange       "78"^^xsd:decimal .

CityExplorer:67_ConcertToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Music ;
        CityExplorer:identifier     "Event_67" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Concert Toledo" ;
        CityExplorer:startDate      "2024-02-06T00:00:00"^^xsd:dateTime .

CityExplorer:81_CongrésToledo
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Gastronomic ;
        CityExplorer:identifier     "Event_81" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:name           "Congrés Toledo" ;
        CityExplorer:startDate      "2024-10-11T00:00:00"^^xsd:dateTime .

CityExplorer:32_RestaurantGourmetMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.8 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_32" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Gourmet Madrid" ;
        CityExplorer:priceRange       "46"^^xsd:decimal .

CityExplorer:95_TransMadrid
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Trans Madrid" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_95" ;
        CityExplorer:locatedInCity  CityExplorer:Madrid ;
        CityExplorer:priceRange     "328"^^xsd:decimal .

CityExplorer:21_FiraSevilla
        a                           CityExplorer:Event , owl:NamedIndividual ;
        CityExplorer:hasCategory    CityExplorer:Sport ;
        CityExplorer:identifier     "Event_21" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:name           "Fira Sevilla" ;
        CityExplorer:startDate      "2024-06-15T00:00:00"^^xsd:dateTime .

CityExplorer:73_RestaurantGourmetValència
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.9 ;
        CityExplorer:hasCategory      CityExplorer:Andalusian ;
        CityExplorer:identifier       "Restaurant_73" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Restaurant Gourmet València" ;
        CityExplorer:priceRange       "38"^^xsd:decimal .

CityExplorer:47_MoviSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_47" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "477"^^xsd:decimal .

CityExplorer:61_RestaurantGourmetMadrid
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.4 ;
        CityExplorer:hasCategory      CityExplorer:Mediterranean ;
        CityExplorer:identifier       "Restaurant_61" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Restaurant Gourmet Madrid" ;
        CityExplorer:priceRange       "76"^^xsd:decimal .

CityExplorer:50_UrbanSaragossa
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Urban Saragossa" ;
        CityExplorer:hasCategory    CityExplorer:Bus ;
        CityExplorer:identifier     "Transport_50" ;
        CityExplorer:locatedInCity  CityExplorer:Saragossa ;
        CityExplorer:priceRange     "80"^^xsd:decimal .

CityExplorer:MediterraneanRestaurant
        a                    owl:Class ;
        rdfs:comment         "Refers to restaurants serving mediterranean food"@en ;
        rdfs:label           "MediterraneanHotel"@en ;
        rdfs:subClassOf      CityExplorer:RestaurantCategory ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( CityExplorer:Restaurant [ a               owl:Restriction ;
                                                                               owl:hasValue    CityExplorer:Mediterranean ;
                                                                               owl:onProperty  CityExplorer:hasCategory
                                                                             ] )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:67_MetroToledo
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Toledo" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_67" ;
        CityExplorer:locatedInCity  CityExplorer:Toledo ;
        CityExplorer:priceRange     "256"^^xsd:decimal .

[ a             swrl:Imp ;
  rdfs:comment  "Rule for recommended restaurants aggregate rating greater than 4.0 and price range less or equal than 20."@en ;
  rdfs:label    "RecommendedRestaurants"@en ;
  swrl:body     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#r> ;
                               swrl:classPredicate  CityExplorer:Restaurant
                             ] ;
                  rdf:rest   [ a          swrl:AtomList ;
                               rdf:first  [ a                       swrl:DatavaluedPropertyAtom ;
                                            swrl:argument1          <urn:swrl:var#r> ;
                                            swrl:argument2          <urn:swrl:var#ar> ;
                                            swrl:propertyPredicate  CityExplorer:aggregateRating
                                          ] ;
                               rdf:rest   [ a          swrl:AtomList ;
                                            rdf:first  [ a                       swrl:DatavaluedPropertyAtom ;
                                                         swrl:argument1          <urn:swrl:var#r> ;
                                                         swrl:argument2          <urn:swrl:var#pr> ;
                                                         swrl:propertyPredicate  CityExplorer:priceRange
                                                       ] ;
                                            rdf:rest   [ a          swrl:AtomList ;
                                                         rdf:first  [ a               swrl:BuiltinAtom ;
                                                                      swrl:arguments  [ a          rdf:List ;
                                                                                        rdf:first  <urn:swrl:var#ar> ;
                                                                                        rdf:rest   [ a          rdf:List ;
                                                                                                     rdf:first  4.0 ;
                                                                                                     rdf:rest   ()
                                                                                                   
                                                                                                   ]
                                                                                      ] ;
                                                                      swrl:builtin    swrlb:greaterThan
                                                                    ] ;
                                                         rdf:rest   [ a          swrl:AtomList ;
                                                                      rdf:first  [ a               swrl:BuiltinAtom ;
                                                                                   swrl:arguments  [ a          rdf:List ;
                                                                                                     rdf:first  <urn:swrl:var#pr> ;
                                                                                                     rdf:rest   [ a          rdf:List ;
                                                                                                                  rdf:first  20 ;
                                                                                                                  rdf:rest   ()
                                                                                                                
                                                                                                                ]
                                                                                                   ] ;
                                                                                   swrl:builtin    swrlb:lessThanOrEqual
                                                                                 ] ;
                                                                      rdf:rest   ()
                                                                    
                                                                    ]
                                                       ]
                                          ]
                             ]
                ] ;
  swrl:head     [ a          swrl:AtomList ;
                  rdf:first  [ a                    swrl:ClassAtom ;
                               swrl:argument1       <urn:swrl:var#r> ;
                               swrl:classPredicate  CityExplorer:RecommendedRestaurants
                             ] ;
                  rdf:rest   ()
                
                ]
] .

CityExplorer:100_RestaurantGourmetToledo
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.2 ;
        CityExplorer:hasCategory      CityExplorer:Italianian ;
        CityExplorer:identifier       "Restaurant_100" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Restaurant Gourmet Toledo" ;
        CityExplorer:priceRange       "19"^^xsd:decimal .

CityExplorer:72_ParcValència
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Museum ;
        CityExplorer:identifier       "Attraction_72" ;
        CityExplorer:locatedInCity    CityExplorer:València ;
        CityExplorer:name             "Parc València" .

CityExplorer:74_PalauMadrid
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Monument ;
        CityExplorer:identifier       "Attraction_74" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Palau Madrid" .

CityExplorer:39_MoviSevilla
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Movi Sevilla" ;
        CityExplorer:hasCategory    CityExplorer:Taxi ;
        CityExplorer:identifier     "Transport_39" ;
        CityExplorer:locatedInCity  CityExplorer:Sevilla ;
        CityExplorer:priceRange     "549"^^xsd:decimal .

CityExplorer:20_CatedralBarcelona
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Attraction_20" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Catedral Barcelona" .

CityExplorer:59_RestaurantFusióCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.6 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_59" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Fusió Cadis" ;
        CityExplorer:priceRange       "57"^^xsd:decimal .

CityExplorer:87_HotelSolSantSebastià
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Business ;
        CityExplorer:identifier       "Hotel_87" ;
        CityExplorer:locatedInCity    CityExplorer:SantSebastià ;
        CityExplorer:name             "Hotel Sol Sant Sebastià" ;
        CityExplorer:priceRange       "75"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:59_MetroSantSebastià
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "Metro Sant Sebastià" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_59" ;
        CityExplorer:locatedInCity  CityExplorer:SantSebastià ;
        CityExplorer:priceRange     "871"^^xsd:decimal .

CityExplorer:42_HotelPalaceMadrid
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Luxury ;
        CityExplorer:identifier       "Hotel_42" ;
        CityExplorer:locatedInCity    CityExplorer:Madrid ;
        CityExplorer:name             "Hotel Palace Madrid" ;
        CityExplorer:priceRange       "227"^^xsd:decimal ;
        CityExplorer:starRating       5 .

[ a                owl:Class ;
  rdfs:subClassOf  CityExplorer:HotelTypes ;
  owl:oneOf        ( CityExplorer:Beach CityExplorer:Business CityExplorer:Luxury CityExplorer:Rural CityExplorer:Tourist )
] .

CityExplorer:9_HotelRoyalBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "4"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_9" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Royal Barcelona" ;
        CityExplorer:priceRange       "252"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:12_RestaurantSaborCadis
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.9 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_12" ;
        CityExplorer:locatedInCity    CityExplorer:Cadis ;
        CityExplorer:name             "Restaurant Sabor Cadis" ;
        CityExplorer:priceRange       "11"^^xsd:decimal .

CityExplorer:81_CityBilbao
        a                           CityExplorer:Transport , owl:NamedIndividual ;
        CityExplorer:company        "City Bilbao" ;
        CityExplorer:hasCategory    CityExplorer:Tram ;
        CityExplorer:identifier     "Transport_81" ;
        CityExplorer:locatedInCity  CityExplorer:Bilbao ;
        CityExplorer:priceRange     "269"^^xsd:decimal .

CityExplorer:72_RestaurantFusióBilbao
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  "5"^^xsd:decimal ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_72" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Restaurant Fusió Bilbao" ;
        CityExplorer:priceRange       "46"^^xsd:decimal .

CityExplorer:59_CatedralBilbao
        a                             CityExplorer:Attraction , owl:NamedIndividual ;
        CityExplorer:aggregateRating  3.7 ;
        CityExplorer:hasCategory      CityExplorer:Park ;
        CityExplorer:identifier       "Attraction_59" ;
        CityExplorer:locatedInCity    CityExplorer:Bilbao ;
        CityExplorer:name             "Catedral Bilbao" .

terms:backwardCompatibility
        a       owl:AnnotationProperty .

CityExplorer:TransportTypes
        a                    owl:Class ;
        rdfs:comment         "Refers to the category of transports"@en ;
        rdfs:label           "TransportType"@en ;
        rdfs:subClassOf      CityExplorer:CategoryTypes ;
        owl:equivalentClass  [ a          owl:Class ;
                               owl:oneOf  ( CityExplorer:Bus CityExplorer:Metro CityExplorer:PublicBike CityExplorer:Taxi CityExplorer:Tram )
                             ] ;
        vs:term_status       "testing"@en .

CityExplorer:86_HotelVistaToledo
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_86" ;
        CityExplorer:locatedInCity    CityExplorer:Toledo ;
        CityExplorer:name             "Hotel Vista Toledo" ;
        CityExplorer:priceRange       "70"^^xsd:decimal ;
        CityExplorer:starRating       5 .

CityExplorer:55_RestaurantFusióMàlaga
        a                             CityExplorer:Restaurant , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.7 ;
        CityExplorer:hasCategory      CityExplorer:Mexican ;
        CityExplorer:identifier       "Restaurant_55" ;
        CityExplorer:locatedInCity    CityExplorer:Màlaga ;
        CityExplorer:name             "Restaurant Fusió Màlaga" ;
        CityExplorer:priceRange       "11"^^xsd:decimal .

CityExplorer:60_HotelDelMarBarcelona
        a                             CityExplorer:Hotel , owl:NamedIndividual ;
        CityExplorer:aggregateRating  4.6 ;
        CityExplorer:hasCategory      CityExplorer:Beach ;
        CityExplorer:identifier       "Hotel_60" ;
        CityExplorer:locatedInCity    CityExplorer:Barcelona ;
        CityExplorer:name             "Hotel Del Mar Barcelona" ;
        CityExplorer:priceRange       "298"^^xsd:decimal ;
        CityExplorer:starRating       4 .

CityExplorer:Business
        a       owl:NamedIndividual .

[ a            owl:AllDisjointClasses ;
  owl:members  ( CityExplorer:AndalusianRestaurant CityExplorer:ItalianRestaurant CityExplorer:JapaneseRestaurant CityExplorer:MediterraneanRestaurant CityExplorer:MexicanRestaurant )
] .
