Site Name


Sites are usually identified by a local name. This name might not be unique within the dataset, so should not be relied on as a unique identifier.

site name

Fig. 1: Site name | svg | png | pdf

Examples of site names are "fenchurch", "Studfield Hill", "Boundary Wall of Former Cinema Site, Sandgate" etc.

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .

<http://tempuri/site/1> a crm:E53_Place ;
   crm:P1_is_identified_by <http://tempuri/sitename/1> .

<http://tempuri/sitename/1> a crm:E41_Appellation ;
   crm:P1i_identifies <http://tempuri/site/1> ;
   rdfs:label "Boundary Wall of Former Cinema Site, Sandgate"@en 

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