@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/DancePerformance> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  schema:disambiguatingDescription "A dance performance is dance performed for an audience."@en,
    "Un spectacle de danse est une danse exécutée pour un public."@fr;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsEvent>;
  skos:changeNote "v4.0 Definition harmonized.";
  skos:closeMatch <http://www.wikidata.org/entity/Q47468117>;
  skos:definition "A performance featuring the execution of a dance work."@en,
    "Une représentation présentant l’exécution d’une œuvre chorégraphique."@fr;
  skos:hiddenLabel "Ballet"@fr,
    "Ballet"@en;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:note <https://github.com/culturecreates/artsdata-data-model/issues/23>;
  skos:prefLabel "Dance Performance"@en,
    "Représentation de danse"@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 .
