@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#> .

<http://kg.artsdata.ca/resource/K6-400> a skos:Concept,
    <http://kg.artsdata.ca/ontology/Genre>;
  skos:altLabel "Dramatico-musical, Music theatre, Music theater"@en,
    "dramatico-musical"@fr;
  skos:closeMatch <http://www.wikidata.org/entity/Q123777276>;
  skos:definition "Genre combining a dramatic text or plot and a musical score."@en,
    "Genre combinant un texte dramatique ou une intrigue dramatique et une partition musicale."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataGenres>;
  skos:prefLabel "Musico-dramatic"@en,
    "Musico-dramatique"@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 .
