@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/ExhibitionBuilding> a skos:Concept;
  skos:broader <http://kg.artsdata.ca/resource/Building>,
    <http://kg.artsdata.ca/resource/EventVenue>,
    <http://kg.artsdata.ca/resource/CultureRecreationalStructure>;
  skos:editorialNote "Imported from Nomenclature."@en,
    "Importé depuis Nomenclature."@fr;
  skos:exactMatch <https://nomenclature.info/nom/668>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Exhibition building"@en,
    "Bâtiment pour expositions"@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 .
