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