@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/MasterclassEvent> a skos:Concept,
    <http://kg.artsdata.ca/ontology/EventType>;
  schema:disambiguatingDescription "Une masterclass est un cours donné par un expert dans une discipline spécifique : comme la musique, la danse, le chant, la peinture ou la dramaturgie."@fr,
    "A masterclass is a class given by an expert in a specific discipline: such as in music, dance, singing, painting or playwrighting."@en;
  skos:broader <http://kg.artsdata.ca/resource/WorkshopEvent>;
  skos:changeNote "v4.0 Definition harmonized. Changed \"skos:broader\" to WorkshopEvent, since a Masterclass is a subclass of workshop.";
  skos:closeMatch <http://www.wikidata.org/entity/Q1281422>;
  skos:definition "A workshop event featuring an expert in a specific medium teaching and/or counselling other artists in the same medium, and providing newer artists with the benefit of the expert's experience."@en,
    "Un événement d'atelier mettant en vedette un expert dans un domaine spécifique qui enseigne et/ou conseille d'autres artistes dans le même domaine, et offre aux nouveaux artistes l'avantage de l'expérience de l'expert."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataEventTypes>;
  skos:prefLabel "Cours de maître"@fr,
    "Masterclass"@en .

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 .
