@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/ArtsdataPlaceTypes> a skos:ConceptScheme;
  dc:hasFormat <https://raw.githubusercontent.com/culturecreates/artsdata-data-model/refs/heads/master/ontology/skos-place-types.ttl>;
  <http://purl.org/vocab/vann/changes> <https://github.com/culturecreates/artsdata-data-model/commits/master/ontology/skos-place-types.ttl>;
  <http://purl.org/vocab/vann/example> <http://kg.artsdata.ca/resource/EventVenue>;
  <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/classes/place.html>;
  schema:creator <http://kg.artsdata.ca/resource/K1-5>,
    <http://kg.artsdata.ca/resource/K16-211>;
  schema:dateCreated "2026-02-11"^^xsd:date;
  schema:dateModified "2026-02-11"^^xsd:date;
  schema:version "1.0.1";
  rdfs:comment "First Version"@en,
    "Première version"@fr;
  rdfs:seeAlso <https://docs.artsdata.ca/classes/place.html>;
  owl:versionInfo "1.0 (2026-02-11) First version"@en,
    "1.0 (2026-02-11) Première version"@fr;
  skos:hasTopConcept <http://kg.artsdata.ca/resource/PlaceConcept>;
  skos:prefLabel "Artsdata Place Types"@en,
    "Types de lieu Artsdata"@fr;
  prov:wasDerivedFrom <https://docs.google.com/spreadsheets/d/1UtW5_tLdR72vf6WCZNPOmgJQ1SQGMc0xL8hRT3OAY9Y> .

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 .
