Record
Each record is a component of the full dataset. Records refer to investigations, reports, HERs, national bodies, artefact types and monument types. Records may have both local identifiers and Digital Object Identifiers (DOIs - which are also used to identify reports).
Fig. 1: Record with associated entities and properties | svg | png | pdf
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix aat: <http://vocab.getty.edu/aat/> .
<http://tempuri/dataset/1> a crm:E73_Information_Object ;
crm:P148_has_component <http://tempuri/record/1> .
<http://tempuri/record/1> a crm:E73_Information_Object ;
crm:P148i_is_component_of <http://tempuri/dataset/1> ;
crm:P2_has_type aat:300026685 ;
crm:P1_is_identified_by <http://tempuri/identifier/1> ;
crm:P67_refers_to <http://tempuri/investigation/1> .
aat:300026685 a crm:E55_Type ;
crm:P2i_is_type_of <http://tempuri/record/1> ;
rdfs:label "records (documents)"@en .
<http://tempuri/identifier/1> a crm:E42_Identifier ;
crm:P1i_identifies <http://tempuri/record/1> ;
rdfs:label "wardella2-327338" .
Fig. 2: Turtle RDF example | styled | RDFa | microdata | xml | nt | json-ld