Monument


Monuments are larger immovable structures identified as being of some interest to archaeological activities. In a similar approach to artefacts, Specific instances of monuments are not included in OASIS metadata records - instead the records refer to general monument types (and monument periods). Monument types are concepts originating from the monument types thesaurus corresponding to the location of the site. For England this will be the FISH Thesaurus of Monument Types, for Scotland it will be the Monument Type Thesaurus (Scotland) and for Wales it will be the MONUMENT TYPE (WALES) thesaurus. Where records refer to monument periods these will be concepts originating from the appropriate periods list corresponding to the location of the site. For England this will be the Historic England Periods List, for Scotland it will (possibly) be ScAPA : Scottish Archaeological Periods & Ages and for Wales it will be PERIOD (WALES). There is no direct connection between the monument type and the period concept in the dataset record, but the concepts are nevertheless useful for searching on records referring to controlled vocabulary terms e.g. "Early Medieval" or "Lime Kiln".

monument

Fig. 1: Monument type and period associated with a site record | svg | png | pdf

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix mon: <http://purl.org/heritagedata/schemes/eh_tmt2/concepts/> .
@prefix period: <http://purl.org/heritagedata/schemes/eh_period/concepts/> .

<http://tempuri/record/1> a crm:E73_Information_Object;
    crm:P67_refers_to mon:69063 ;
    crm:P67_refers_to period:EM .

mon:69063 a crm:E55_Type;
   crm:P67i_is_referred_to_by <http://tempuri/record/1> ;
   rdfs:label "Lime Kiln"@en .

period:EM a crm:E55_Type ;
   crm:P67i_is_referred_to_by <http://tempuri/record/1> ;
   rdfs:label "Early Medieval"@en 

Fig. 2: Turtle RDF example | styled | RDFa | microdata | xml | nt | json-ld