@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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/ArtsdataGenres> a skos:ConceptScheme;
  dc:hasFormat <https://raw.githubusercontent.com/culturecreates/artsdata-data-model/refs/heads/master/ontology/skos-genres.ttl>;
  <http://purl.org/vocab/vann/changes> <https://github.com/culturecreates/artsdata-data-model/commits/master/ontology/skos-genres.ttl>;
  <http://purl.org/vocab/vann/example> <http://kg.artsdata.ca/resource/K6-100>;
  <http://purl.org/vocab/vann/preferredNamespacePrefix> "adr";
  <http://purl.org/vocab/vann/preferredNamespaceUri> <http://kg.artsdata.ca/resource/>;
  <http://purl.org/vocab/vann/usageNote> <https://docs.artsdata.ca/genres.html>;
  schema:creator <http://kg.artsdata.ca/resource/K1-5>,
    <http://kg.artsdata.ca/resource/K16-211>;
  schema:dateCreated "2026-01-05"^^xsd:date;
  schema:dateModified "2026-01-05"^^xsd:date;
  schema:version "1.0.1";
  rdfs:comment "First Version"@en,
    "Première version"@fr;
  rdfs:seeAlso <https://docs.artsdata.ca/classes/live-performance-work.html>;
  owl:versionInfo "1.0 (2026-01-05) First version"@en,
    "1.0 (2026-01-05) Première version"@fr;
  skos:prefLabel "Artsdata Genres Controlled Vocabulary"@en,
    "Vocabulaire contrôlé Artsdata pour les genres"@fr;
  prov:wasDerivedFrom <https://docs.google.com/spreadsheets/d/1RSbTTJtjBW48BKVwQR9zcR4zr2wDEtoq-wvuAqYwiY0> .

skos:ConceptScheme a owl:Class;
  rdfs:label "Concept Scheme"@en;
  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core>;
  owl:disjointWith skos:Concept;
  skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en;
  skos:example "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en;
  skos:scopeNote "A concept scheme may be defined to include concepts from different sources."@en .
