@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/monastery>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.monastery" ;
  skos:prefLabel "Monastery"@en ;
  skos:definition "An enclosed group of buildings where a religious community both lives and worships, planned around a cloister with the daily offices setting the circulation."@en ;
  skos:altLabel "abbey"@en ;
  skos:altLabel "priory"@en ;
  skos:altLabel "convent"@en ;
  mi:semanticId "typology.monastery" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "NOT parented to `church`, though it contains one. The defining programme is residential and enclosed; a monastery is not a kind of church any more than a college is a kind of library."@en .
