@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-500> a skos:Concept,
    <http://kg.artsdata.ca/ontology/Genre>;
  skos:altLabel "Spoken creation"@en,
    "Création parlée"@fr;
  skos:definition "Genre based mainly on spoken contents."@en,
    "Genre basé principalement sur un contenu parlé."@fr;
  skos:editorialNote "Derived from Office québécois de la langue française. See: https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8355335/creation-parlee. See also: https://github.com/culturecreates/artsdata-data-model/issues/101."@en,
    "Importé depuis l'Office québécois de la langue française. Voir : https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8355335/creation-parlee. Voir aussi : https://github.com/culturecreates/artsdata-data-model/issues/101."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataGenres>;
  skos:prefLabel "Spoken"@en,
    "Parlé"@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 .
