Created
January 8, 2019 11:14
-
-
Save ncarboni/4b0008d1b080690b3e259c4bb41d73d5 to your computer and use it in GitHub Desktop.
Modelling of a E55 Type in CIDOC-CRM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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