@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/theatre>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.theatre" ;
  skos:prefLabel "Theatre"@en ;
  skos:definition "Premises with a fixed auditorium addressing a stage or platform, planned around sightlines and acoustics before anything else."@en ;
  skos:altLabel "theater"@en ;
  skos:altLabel "concert hall"@en ;
  skos:altLabel "auditorium"@en ;
  skos:altLabel "Theater & concert hall"@en ;
  skos:altLabel "Performing arts"@en ;
  skos:hiddenLabel "Theater & concert hall"@en ;
  skos:hiddenLabel "Performing arts"@en ;
  mi:semanticId "typology.theatre" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
