@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/SpokenWordPerformance> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  schema:disambiguatingDescription "A spoken word is a designation for poetry that is performed for a public."@en,
    "Un mot parlé est une désignation pour la poésie qui est exécutée pour un public."@fr;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsEvent>;
  skos:changeNote "v4.0 Definition harmonized. Preferred label harmonized.";
  skos:closeMatch schema:TheaterEvent,
    <http://www.wikidata.org/entity/Q1428637>;
  skos:definition "A performance featuring poetry performed for an audience."@en,
    "Une représentation mettant en vedette de la poésie interprétée devant un public."@fr;
  skos:hiddenLabel "Slam Poetry, Poetry performance, Dramatic Poetry Reading, Poetry reading"@en,
    "Lecture à haute voix, poésie, Slam de poésie, Création parlée, Poésie orale, Lecture de poésie, Arts de la parole"@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:note <https://github.com/culturecreates/artsdata-data-model/issues/101>;
  skos:prefLabel "Spoken Word Performance"@en,
    "Représentation de création parlée"@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 .
