Skip to content

Instantly share code, notes, and snippets.

@ncarboni
Created January 8, 2019 11:14
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/4b0008d1b080690b3e259c4bb41d73d5 to your computer and use it in GitHub Desktop.
Save ncarboni/4b0008d1b080690b3e259c4bb41d73d5 to your computer and use it in GitHub Desktop.
Modelling of a E55 Type 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/work/7761> a crm:E22_Man-Made_Object ;
crm:P2_has_type <http://vocab.getty.edu/aat/300033618> .
<http://vocab.getty.edu/aat/300033618> a crm:E55_Type .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment