@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/chapel>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.chapel" ;
  skos:prefLabel "Chapel"@en ;
  skos:definition "A small building for Christian worship that is either subsidiary to a parish church or non-conformist; the smallness together with the absence of parish status is what makes it one."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/church> ;
  mi:semanticId "typology.chapel" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "Parented to `church` because the ISA holds as defined - a chapel building is a building for Christian worship. The chapel WITHIN a cathedral or a house is a room, not a building, and belongs on SPACE; the word covers both and this term covers only the first."@en .
