@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/OperaPerformance> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  schema:disambiguatingDescription "L'opéra est une forme de représentation théâtrale où la musique est la composante fondamentale. Les rôles dramatiques sont joués par des chanteurs qui chantent tout au long de la représentation pour transmettre l'histoire."@fr,
    "Opera is a form of theatrical performance where music is the fundamental component. Dramatic roles are taken by singers who sing throughout the performance to convey the story."@en;
  skos:altLabel "Opéra"@fr,
    "Opera"@en;
  skos:broader <http://kg.artsdata.ca/resource/PerformingArtsEvent>;
  skos:changeNote "v4.0 Definition harmonized.";
  skos:closeMatch schema:MusicEvent,
    <http://www.wikidata.org/entity/Q1344>,
    <http://www.wikidata.org/entity/Q11931373>;
  skos:definition "A performance featuring the execution of a musico-dramatic work in the opera genre, combining singing, stagecraft, and narrative storytelling."@en,
    "Une représentation présentant la représentation d'une œuvre musico-dramatique du genre opéra, mêlant chant, mise en scène et narration scenique."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:prefLabel "Opera Performance"@en,
    "Représentation d'opéra"@fr;
  skos:scopeNote "A performance featuring selected arias, choruses or instrumental pieces from diverse operas (rather than an entire or a significant section of a single opera work) is an instance of Concert."@en,
    "Une représentation présentant une sélection d'airs, de chœurs ou de pièces instrumentales extraits de divers opéras (plutôt qu'une œuvre entière ou une portion significative d'une œuvre entière) est une instance de Concert."@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 .
