@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-204> a skos:Concept,
    <http://kg.artsdata.ca/ontology/Genre>;
  skos:altLabel "Folk Dance"@en,
    "Danse folklorique"@fr;
  skos:broader <http://kg.artsdata.ca/resource/K6-200>;
  skos:definition "Any folk or traditional dance associated with a specific culture."@en,
    "Toute danse folklorique ou traditionnelle associée à une culture spécifique."@fr;
  skos:editorialNote "Imported from Arts Touring Connector"@en;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataGenres>;
  skos:prefLabel "Cultural dance"@en,
    "Danse culturelle"@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 .
