@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/typology/stadium>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.stadium" ;
  skos:prefLabel "Stadium"@en ;
  skos:definition "Premises whose entire plan is tiered seating around a field of play, sized for a crowd that arrives and leaves all at once."@en ;
  skos:altLabel "arena"@en ;
  skos:altLabel "Stadium & arena"@en ;
  skos:hiddenLabel "Stadium & arena"@en ;
  mi:semanticId "typology.stadium" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
