@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/manor>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.manor" ;
  skos:prefLabel "Manor"@en ;
  skos:definition "The principal house of a landed estate, from which the surrounding land was administered: large, old and rural, but built to be lived in rather than defended."@en ;
  skos:altLabel "manor house"@en ;
  skos:altLabel "country house"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/house> ;
  mi:semanticId "typology.manor" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
