@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix estur-core: <https://ontologia.segittur.es/turismo/def/core#> .
@prefix estur-kos: <https://ontologia.segittur.es/turismo/kos/> .

@prefix estur-additionaltourismresourceservice: <https://ontologia.segittur.es/turismo/kos/AdditionalTourismResourceService/> .

#################################################################
#
#    Concept Scheme
#
#################################################################

estur-kos:AdditionalTourismResourceService a skos:ConceptScheme ; 
    dct:issued "2024-05-24"^^xsd:date ;
    dct:modified "2026-03-06"^^xsd:date ;
    cc:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:comment "This concept scheme belongs to the set of controlled SKOS-based thesauri used by the SEGITTUR tourism ontology."@en ;
    rdfs:comment "Este esquema de conceptos pertenece al conjunto de tesauros SKOS usados por la ontología de turismo de SEGITTUR."@es ;
    rdfs:label "Additional ourism resource service"@en ;
    rdfs:label "Servicio adicional de un recurso turístico"@es ;
    dct:title "Concept scheme grouping additional tourism resource services"@en ;
    dct:title "Esquema de conceptos agrupando servicios adicionales de un recurso turístico"@es .

#################################################################
#
#    Concepts
#
#################################################################

estur-additionaltourismresourceservice:Audiodescription a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Audiodescription"@en ;
  skos:prefLabel "Audiodescripción"@es .

estur-additionaltourismresourceservice:AugmentedReality a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Augmented reality"@en ;
  skos:prefLabel "Realidad aumentada"@es .

estur-additionaltourismresourceservice:EventVenue a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Event venue"@en ;
  skos:prefLabel "Lugar de celebración"@es .

estur-additionaltourismresourceservice:Gamification a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Gamification"@en ;
  skos:prefLabel "Gamificación"@es .

estur-additionaltourismresourceservice:InformationPoint a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Information point"@en ;
  skos:prefLabel "Punto de información"@es .

estur-additionaltourismresourceservice:ParkingFacility a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Parking facility"@en ;
  skos:prefLabel "Aparcamiento"@es .

estur-additionaltourismresourceservice:Shop a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Shop"@en ;
  skos:prefLabel "Tienda"@es .

estur-additionaltourismresourceservice:Venue a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Venue"@en ;
  skos:prefLabel "Lugar"@es .

estur-additionaltourismresourceservice:VirtualReality a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Virtual reality"@en ;
  skos:prefLabel "Realidad virtual"@es .

estur-additionaltourismresourceservice:Wifi a skos:Concept;
  skos:inScheme estur-kos:AdditionalTourismResourceService;
  skos:note "Value generated from the original SEGITTUR ontology"@en;
  skos:note "Valor generado a partir de la ontología de SEGITTUR original"@es;
  skos:prefLabel "Wifi"@en ;
  skos:prefLabel "Wifi"@es .

