@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/space/leasing_office>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.leasing_office" ;
  skos:prefLabel "Leasing Office"@en ;
  skos:definition "The customer-facing sales office of a residential or commercial building, where tenancies are shown and signed; furnished to sell the building rather than to run it."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/workspace> ;
  mi:semanticId "space.leasing-office" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Deliberately NOT `broaderTermId: private_office`. A private office is held by one person or a small named group behind a door that shuts; a leasing office is a public-facing suite the point of which is that strangers walk into it. It is a workspace, and that is as far as the subsumption goes."@en .
