@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/Complex> a skos:Concept;
  skos:broader <http://kg.artsdata.ca/resource/PlaceConcept>;
  skos:definition "Aggregation of buildings, other structures, and/or open spaces, often multifunctional, and more extensive than single-built works"@en,
    "Agrégation de bâtiments, d'autres structures et/ou d'espaces ouverts, souvent multifonctionnels, et plus étendus que des ouvrages individuels."@fr;
  skos:editorialNote "Imported from Art & Architecture Thesaurus"@en,
    "Importé depuis Art & Architecture Thesaurus"@fr;
  skos:exactMatch <http://www.wikidata.org/entity/Q1497364>,
    <http://vocab.getty.edu/page/aat/300000202>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Complex"@en,
    "Complexe"@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 .
