@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/EventSeries> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  schema:disambiguatingDescription "Une série d'événements est une série d'événements connexes tels que plusieurs représentations d'un même spectacle, ou des événements sur un thème. Dans Schema, les événements inclus sont liés à la série à l'aide d'une propriété superEvent."@fr,
    "An event series is a series of events such as mutiple performances of a same show, or different events grouped by theme. In Schema, included events relate with the series using a superEvent property."@en;
  skos:broader <http://kg.artsdata.ca/resource/Event>;
  skos:changeNote "v4.0 Definition harmonized. skos:broader changed from \"Event\" to avoid circularity in the subclass hierarchy.";
  skos:closeMatch schema:EventSeries,
    <http://www.wikidata.org/entity/Q15275719>;
  skos:definition "A coherent series of individual events, shows, gatherings, and/or performances with organizational continuity."@en,
    "Une série cohérente d'événements individuels, de spectacles, de rassemblements et/ou de performances avec une continuité organisationnelle."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:prefLabel "Série d'événements"@fr,
    "Event Series"@en .

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 .
