Artefact


Artefacts are objects identified as being of some interest to the archaeological activities. In a similar approach to monuments, Specific instances of artefacts are not included in OASIS metadata records - instead the records refer to general artefact types (and artefact periods). Artefact types are concepts originating from the object types thesaurus corresponding to the location of the site. For England & Wales this will be the FISH Archaeological Objects Thesaurus, for Scotland it will be the HES Archaeological Objects Thesaurus. Where records refer to artefact periods these will be concepts originating from the Historic England Periods List. There is no direct connection between the artefact 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 "Axehead".

artefact

Fig. 1: Artefact 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 object: <http://purl.org/heritagedata/schemes/mda_obj/concepts/> .
@prefix period: <http://purl.org/heritagedata/schemes/eh_period/concepts/> .

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

object:100153 a crm:E55_Type ;
   crm:P67i_is_referred_to_by <http://tempuri/record/1> ;
   rdfs:label "Axehead"@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