Skip to content

Instantly share code, notes, and snippets.

@ncarboni
Last active January 8, 2019 15:17
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/e4c475519a1c2715dcc8de9d4a275bcb to your computer and use it in GitHub Desktop.
Save ncarboni/e4c475519a1c2715dcc8de9d4a275bcb to your computer and use it in GitHub Desktop.
The agency in the activity modelled with 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#> .
<https://example.com/work/6004987> a crm:E22_Man-Made_Object ;
crm:P16i_was_used_for <https://example.sikart.ch/publication_activity/1> .
<https://example.com/publication_activity/1> a crm:E7_Activity ;
crm:P14_carried_out_by <https://example.sikart.ch/person/135> .
<https://example.com/person/135> a crm:E21_Person;
crm:P1_is_identified_by <https://example.sikart.ch/person/134/appellation> .
<https://example.com/person/134/appellation> a crm:E41_Appellation ;
rdfs:label "Oskar Bätschmann" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment