@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/ExhibitionSpace> a skos:Concept;
  skos:broader <http://kg.artsdata.ca/resource/EventVenue>,
    <http://kg.artsdata.ca/resource/InteriorSpace>,
    <http://kg.artsdata.ca/resource/CultureRecreationalStructure>;
  skos:definition "Room or otherwise delineated space designed for presenting exhibitions."@en,
    "Salle ou espace délimité conçu accueillir des expositions."@fr;
  skos:editorialNote "Imported from Wikidata"@en,
    "Importé depuis Wikidata"@fr;
  skos:exactMatch <http://www.wikidata.org/entity/Q15206795>,
    <http://vocab.getty.edu/page/aat/300240057>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Exhibition space"@en,
    "Espace d'exposition"@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 .
