@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/georgian>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.georgian" ;
  skos:prefLabel "Georgian"@en ;
  skos:definition "1714 to 1830, the four Georges: classical proportion applied to ordinary building, sash windows, and the terrace and square as the unit of urban development."@en ;
  skos:altLabel "Georgian Colonial"@en ;
  skos:altLabel "Federal"@en ;
  skos:altLabel "Colonial"@en ;
  skos:hiddenLabel "Colonial"@en ;
  mi:semanticId "period.georgian" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "false"^^xsd:boolean ; mi:earliest "1714"^^xsd:gYear ; mi:region "gb" ; mi:start "1714"^^xsd:gYear ; mi:end "1830"^^xsd:gYear ; mi:latest "1837"^^xsd:gYear ] ;
  skos:scopeNote "Georgian is used in the US market too, usually as Georgian Colonial. Federal (roughly 1780-1830) is the US label for the later half only, not for the whole span - it starts after independence, so nothing before 1776 is Federal."@en .
