@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/StorytellingPerformance> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsEvent>;
  skos:changeNote "v4.0 URI changed from \"adr:Storytelling\" to \"adr:StorytellingPerformance\". Definition harmonized.";
  skos:closeMatch <http://www.wikidata.org/entity/Q989963>;
  skos:definition "A performance that uses words and actions to convey to an audience the elements and content of a specific narrative."@en,
    "Une représentation qui utilise des mots et des actions pour transmettre au public les éléments et le contenu d'une narration spécifique."@fr;
  skos:hiddenLabel "Story Time, Narration, Reading"@en,
    "Narration, conte, L'heure du conte, art oratoire"@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:prefLabel "Storytelling Performance"@en,
    "Représentation de conte"@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 .
