@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 schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://kg.artsdata.ca/resource/InteriorSpace> a skos:Concept;
  skos:altLabel "Room, Hall, Chamber"@en,
    "Salle, pièce, chambre"@fr;
  skos:broader <http://kg.artsdata.ca/resource/Structure>;
  skos:closeMatch schema:Room,
    <http://www.wikidata.org/entity/Q1299240>;
  skos:definition "Space inside a building or other structure divided off from the other spaces by walls, partitions or other architectural elements."@en,
    "Espace situé à l'intérieur d'un bâtiment ou d'une autre structure et délimité par des mur, des cloisons ou d'autres éléments architecturaux."@fr;
  skos:editorialNote "Imported from Art & Architecture Thesaurus"@en,
    "Importé depuis Art & Architecture Thesaurus"@fr;
  skos:exactMatch <http://vocab.getty.edu/page/aat/300133704>;
  skos:inScheme <http://kg.artsdata.ca/resource/ArtsdataPlaceTypes>;
  skos:prefLabel "Interior space"@en,
    "Espace intérieur"@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 .
