@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/FestivalSeries> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  skos:altLabel "Repeating festival, Periodic Festival, Recurring Festival"@en,
    "Festival récurrent, Festival périodique"@fr;
  skos:broader <http://kg.artsdata.ca/resource/EventSeries>;
  skos:changeNote "New concept in version 4.0.";
  skos:closeMatch schema:EventSeries,
    <http://www.wikidata.org/entity/Q132241>;
  skos:definition "An event series of repeating festivals."@en,
    "Une série d'événements de festivals répétitifs."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:note <https://github.com/culturecreates/artsdata-planet-lavitrine/issues/30#issuecomment-2347153078>;
  skos:prefLabel "Festival Series"@en,
    "Série de festivals"@fr .

skos:Concept a owl:Class;
  rdfs:label "Concept"@en;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core>;
  skos:definition "An idea or notion; a unit of thought."@en .
