@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/ArtistRunCentre> a skos:Concept;
  skos:altLabel "artist run centre"@en;
  skos:broader <http://kg.artsdata.ca/resource/ArtsOrganization>;
  skos:closeMatch <http://www.wikidata.org/entity/Q16020664>;
  skos:definition "An organization run primarily by artists and dedicated to the development of contemporary artistic practices and to the production and dissemination of contemporary art works."@en,
    "Une organisation gérée principalement par des artistes et voué au développement des pratiques artistiques actuelles, ainsi qu'à la production et à la diffusion des œuvres."@fr;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataOrganizationTypes>;
  skos:prefLabel "Artist-Run Centre"@en,
    "Centre d'artistes autogéré"@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 .
