@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-accommodationunitcategory: <https://ontologia.segittur.es/turismo/kos/AccommodationUnitCategory/> .

#################################################################
#
#    Concept Scheme
#
#################################################################

estur-kos:AccommodationUnitCategory a skos:ConceptScheme ; 
    dct:issued "2024-07-22"^^xsd:date ;
    dct:modified "2025-07-22"^^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 "Accommodation unit category"@en ;
    rdfs:label "Categorías de unidades de alojamiento"@es ;
    dct:title "Concept scheme grouping accommodation unit categories"@en ;
    dct:title "Esquema de conceptos agrupando categorías de unidades de alojamiento"@es .

#################################################################
#
#    Concepts
#
#################################################################

estur-accommodationunitcategory:SingleRoom a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Single room"@en ;
  skos:prefLabel "Habitación individual"@es .

estur-accommodationunitcategory:DoubleRoom a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Double room"@en ;
  skos:prefLabel "Habitación doble"@es .

estur-accommodationunitcategory:TwinRoom a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Twin room"@en ;
  skos:prefLabel "Habitación con camas separadas"@es .

estur-accommodationunitcategory:FamilyRoom a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Family room"@en ;
  skos:prefLabel "Habitación familiar"@es .

estur-accommodationunitcategory:Suite a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Suite"@en ;
  skos:prefLabel "Suite"@es .

estur-accommodationunitcategory:Studio a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Studio"@en ;
  skos:prefLabel "Estudio"@es .

estur-accommodationunitcategory:Apartment a skos:Concept;
  skos:inScheme estur-kos:AccommodationUnitCategory;
  skos:prefLabel "Apartment"@en ;
  skos:prefLabel "Apartamento"@es .
