@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 schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://kg.artsdata.ca/resource/ArtGallery> a skos:Concept;
  schema:disambiguatingDescription "Une galerie d'art est un lieu où les gens peuvent voir et/ou acheter des œuvres d'artistes émergents ou établis. (skos:inScheme adr:ArtsdataOrganizationTypes)"@fr,
    "An art gallery is an organization that puts together exhibitions of artists works for the purpose of public enjoyment, education and/or sale. (skos:inScheme adr:ArtsdataOrganizationTypes)"@en;
  skos:broader <http://kg.artsdata.ca/resource/ExhibitionBuilding>;
  skos:closeMatch schema:ArtGallery,
    <http://www.wikidata.org/entity/Q1007870>;
  skos:editorialNote "Imported from Art & Architecture Thesaurus"@en,
    "Importé depuis Art & Architecture Thesaurus"@fr;
  skos:exactMatch <http://vocab.getty.edu/page/aat/300005232>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Art gallery"@en,
    "Galerie d'art"@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 .
