@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-socialmediaplatform: <https://ontologia.segittur.es/turismo/kos/SocialMediaPlatform/> .

#################################################################
#
#    Concept Scheme
#
#################################################################

estur-kos:SocialMediaPlatform a skos:ConceptScheme ; 
    dct:issued "2025-07-16"^^xsd:date ;
    dct:modified "2025-07-16"^^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 "Social media platform"@en ;
    rdfs:label "Plataforma de redes sociales"@es ;
    dct:title "Concept scheme grouping social media platforms"@en ;
    dct:title "Esquema de conceptos agrupando plataformas de redes sociales"@es .

#################################################################
#
#    Concepts
#
#################################################################

estur-socialmediaplatform:Facebook a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "Facebook"@en ;
  skos:prefLabel "Facebook"@es .

estur-socialmediaplatform:Instagram a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "Instagram"@en ;
  skos:prefLabel "Instagram"@es .

estur-socialmediaplatform:TikTok a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "TikTok"@en ;
  skos:prefLabel "TikTok"@es .

estur-socialmediaplatform:X a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "X"@en ;
  skos:prefLabel "X"@es .

estur-socialmediaplatform:TripAdvisor a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "TripAdvisor"@en ;
  skos:prefLabel "TripAdvisor"@es .

estur-socialmediaplatform:Youtube a skos:Concept;
  skos:inScheme estur-kos:SocialMediaProfile;
  skos:prefLabel "Youtube"@en ;
  skos:prefLabel "Youtube"@es .

