Modelling of the role of an agent in a production event with 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#> . | |
<https://example.com/production_activity/17762> a crm:E12_Production ; | |
crm:P01i_is_domain_of <http://example.com/production/0766> . | |
<http://example.com/production/0766> a crm:PC14_carried_out_by ; | |
crm:p02_has_range <http://example.com/person/134> ; | |
crm:p14.1_in_the_role_of <http://example.com/type/FORGER> . | |
<http://example.com/type/FORGER> a crm:E55_Type . | |
<http://example.com/person/134> a crm:E21_Person . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#graphical view