@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/period/medieval>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.medieval" ;
  skos:prefLabel "Medieval"@en ;
  skos:definition "Roughly 1100 to 1500 for anything with surviving fabric: load-bearing masonry, timber frames, and openings sized by what the structure would allow rather than by the room."@en ;
  skos:altLabel "Middle Ages"@en ;
  skos:altLabel "mediaeval"@en ;
  mi:semanticId "period.medieval" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "true"^^xsd:boolean ; mi:earliest "1066"^^xsd:gYear ; mi:region "gb" ; mi:start "1150"^^xsd:gYear ; mi:end "1485"^^xsd:gYear ; mi:latest "1550"^^xsd:gYear ] ;
  skos:scopeNote "The historical Middle Ages start far earlier, around 500, but almost nothing standing predates 1100, so the useful bracket for a building or an interior starts there."@en .
