@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/castle>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.castle" ;
  skos:prefLabel "Castle"@en ;
  skos:definition "A fortified residence: thick walls, restricted openings and a controlled approach, built for a household to live behind rather than for a garrison alone - which is the line against a fort."@en ;
  mi:semanticId "typology.castle" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
