@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/porte_cochere>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.porte_cochere" ;
  skos:prefLabel "Porte-Cochère"@en ;
  skos:definition "The covered vehicle drop-off at a building's entrance: a volume sized by a car door opening, with the weather kept off the head of whoever gets out."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/space/outdoor> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004143> ;
  mi:semanticId "space.porte-cochere" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "AAT scopes this as the projecting roof structure that does the sheltering, which by this axis's own boundary is an element. The term here is the volume under it, so the match is `close` and not `exact` - the same catch that downgraded `landing`."@en .
