@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-additionalpetfoodestablishmentservice: <https://ontologia.segittur.es/turismo/kos/AdditionalPetFoodEstablishmentService/> .

#################################################################
#
#    Concept Scheme
#
#################################################################

estur-kos:AdditionalPetFoodEstablishmentService a skos:ConceptScheme ; 
    dct:issued "2026-03-06"^^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 pet food establishment service"@en ;
    rdfs:label "Servicio adicional de establecimiento de restauración con mascotas"@es ;
    dct:title "Concept scheme grouping complementary or additional services that a food establishment may offer alongside its main service or activity in order to enhance or improve the experience of a tourist with pets."@en ;
    dct:title "Esquema de conceptos agrupando servicios complementarios o adicionales que puede ofrecer un establecimiento de restauración junto a su servicio o actividad principal para ampliar o mejorar la experiencia del turista con mascotas."@es .

#################################################################
#
#    Concepts
#
#################################################################

estur-additionalpetfoodestablishmentservice:DrinkingBowl a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Drinking bowl"@en ;
  skos:prefLabel "Bebedero"@es .

estur-additionalpetfoodestablishmentservice:FoodBowl a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Food bowl"@en ;
  skos:prefLabel "Comedero"@es .

estur-additionalpetfoodestablishmentservice:Soaker a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Soaker"@en ;
  skos:prefLabel "Empapador"@es .

estur-additionalpetfoodestablishmentservice:PetMenu a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Pet menu"@en ;
  skos:prefLabel "Menú para mascotas"@es .

estur-additionalpetfoodestablishmentservice:PetTreats a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Pet treats"@en ;
  skos:prefLabel "Golosinas para mascotas"@es .

estur-additionalpetfoodestablishmentservice:PetToys a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Pet toys"@en ;
  skos:prefLabel "Juguetes para mascotas"@es .

estur-additionalpetfoodestablishmentservice:PetFriendlySpace a skos:Concept;
  skos:inScheme estur-kos:AdditionalPetFoodEstablishmentService;
  skos:prefLabel "Pet friendly space"@en ;
  skos:prefLabel "Espacio habilitado para mascotas"@es .


