@prefix dbo: <http://dbpedia.org/ontology/> .
@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/Building> a skos:Concept;
  skos:altLabel "Édifice, Bâtisse, Construction"@fr;
  skos:broader <http://kg.artsdata.ca/resource/Structure>;
  skos:definition "Architectural structure, typically with a roof and walls."@en,
    "Structure architecturale, généralement encloisonnée avec des murs et une toiture."@fr;
  skos:editorialNote "Imported from Wikidata"@en,
    "Importé depuis Wikidata"@fr;
  skos:exactMatch <http://www.wikidata.org/entity/Q41176>,
    dbo:Building,
    <http://vocab.getty.edu/page/aat/300004792>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Building"@en,
    "Bâtiment"@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 .
