Person
A person is a member of an organization involved in undertaking project activities such as investigations or report production (authorship).
Fig. 1: Person with associated entities and properties | svg | png | pdf
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<http://tempuri/organization/1> a crm:E74_Group ;
crm:P107_has_current_or_former_member <http://tempuri/person/1> .
<http://tempuri/person/1> a crm:E21_Person ;
crm:P107i_is_current_or_former_member_of <http://tempuri/organization/1> ;
crm:P1_is_identified_by <http://tempuri/personname/1> .
<http://tempuri/personnname/1> a crm:E41_Appellation ;
rdfs:label "Fred Bloggs"@en .
Fig. 2: Turtle RDF example | styled | RDFa | microdata | xml | nt | json-ld