@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#> .

<http://kg.artsdata.ca/resource/FestivalOrganization> a skos:Concept,
    owl:NamedIndividual;
  schema:disambiguatingDescription "A presenting organization whose primary activity is to program and promote a collection of cultural events based around a common theme. This may include (but isn’t limited to) concerts, plays, dance productions, etc."@en,
    "Une organisation de diffusion dont l’activité primaire est de programmer et promouvoir une collection d’événements culturels qui sont axés sur un theme commun. Elle peut inclure (mais pas uniquement) des concerts, des pièces de théâtre, des productions de la danse, etc."@fr;
  skos:altLabel "festival"@en,
    "festival"@fr,
    "festival organizer"@en,
    "organisation de festival"@fr;
  skos:broader <http://kg.artsdata.ca/resource/PresentingOrganization>;
  skos:definition "A presenting organization whose primary activity is to program and promote a collection of cultural events based around a common theme. This may include (but isn’t limited to) concerts, plays, dance productions, etc."@en,
    "Une organisation de diffusion dont l’activité primaire est de programmer et promouvoir une collection d’événements culturels qui sont axés sur un theme commun. Elle peut inclure (mais pas uniquement) des concerts, des pièces de théâtre, des productions de la danse, etc."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Festival Organization"@en,
    "Organisme de festival"@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 .
