@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/contemporary>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/period> ;
  skos:notation "period.contemporary" ;
  skos:prefLabel "Contemporary"@en ;
  skos:definition "2000 onwards: built or made in the present century, whatever it looks like."@en ;
  skos:altLabel "present day"@en ;
  skos:altLabel "twenty-first century"@en ;
  skos:altLabel "Contemporary"@en ;
  skos:altLabel "modern"@en ;
  skos:altLabel "new build"@en ;
  skos:hiddenLabel "Contemporary"@en ;
  skos:hiddenLabel "modern"@en ;
  skos:hiddenLabel "new build"@en ;
  mi:semanticId "period.contemporary" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  mi:span [ mi:circa "true"^^xsd:boolean ; mi:earliest "1990"^^xsd:gYear ; mi:region "global" ; mi:start "2000"^^xsd:gYear ] ;
  skos:scopeNote "DELIBERATELY OPEN-ENDED, and it will need a successor bracket eventually. Collides by name with `style.contemporary`, which means the prevailing current idiom rather than a date; the axis prefix disambiguates. A 2024 building in full Georgian pastiche is `period.contemporary` and is emphatically not `style.contemporary`, which is the case that shows why the two cannot be merged."@en .
