Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ncarboni
Created January 8, 2019 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncarboni/056db4166af499a2a4424b2d04e8ef1c to your computer and use it in GitHub Desktop.
Save ncarboni/056db4166af499a2a4424b2d04e8ef1c to your computer and use it in GitHub Desktop.
Modelling of an identifier in CIDOC-CRM
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://http://www.cidoc-crm.org/cidoc-crm/> .
@prefix sari: <http://w3id.org/sari#> .
<http://example.com/500020981> a crm:E21_Person ;
crm:P1_is_identified_by <http://example.com/identifier/500020981> .
<https://collection.itatti.harvard.edu/resource/identifier/500020981> a crm:E42_Identifier ;
rdfs:label "500020981" ;
crm:P2_has_type <#type/SIK-ISEA_INVENTORY_NUMBER> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment