@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/Structure> a skos:Concept;
  skos:altLabel "Architetural structure"@en,
    "Structure architecturale"@fr;
  skos:broader <http://kg.artsdata.ca/resource/PlaceConcept>;
  skos:definition "Freestanding buildings, components of buildings, complexes of buildings, other structures, or a man-made environment, typically large enough for humans to enter, serving a practical purpose, being relatively permanent and stable, and usually considered to have aesthetic value."@en;
  skos:editorialNote "Imported from Art & Architecture Thesaurus"@en,
    "Importé depuis Art & Architecture Thesaurus"@fr;
  skos:exactMatch <http://vocab.getty.edu/page/aat/300265418>,
    <http://www.wikidata.org/entity/Q811979>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Built work"@en,
    "Ouvrage bâti"@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 .
