Organization Name


An organization is identified by a name. This name is not guaranteed to be unique so should not be relied on as a unique identifier.

organization name

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

Examples of organization names are "Archaeology Data Service", "Wessex Archaeology", "Historic Environment Scotland" etc.

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

<http://tempuri/e74/1> a crm:E74_Group ;
   crm:P1_is_identified_by <http://tempuri/e41/1> .

<http://tempuri/e41/1> a crm:E41_Appellation ;
   rdfs:label "Wessex Archaeology"@en .

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