@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/church>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.church" ;
  skos:prefLabel "Church"@en ;
  skos:definition "A building for Christian worship, whose plan - nave, orientation, a single focus at one end - is given by the liturgy rather than chosen by the designer."@en ;
  skos:altLabel "cathedral"@en ;
  skos:altLabel "parish church"@en ;
  skos:altLabel "Religious & memorial"@en ;
  skos:hiddenLabel "Religious & memorial"@en ;
  mi:semanticId "typology.church" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Christian, explicitly. Architizer's `Religious & memorial` covers every faith and memorials besides, so it is a `seenAs` and not an equivalence."@en .
