@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bijALMP>
  schema:givenName "Christiaan Abraham"^^xsd:string ;
  schema:name "Christiaan Abraham Emeis"@nl ;
  schema:familyName "Emeis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/601db229-e980-9a73-e25a-2d02ee1095bb"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sj15> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/844808d2-4d9b-5100-98a4-cedf03fb6146> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2369358> ;
  schema:birthDate "1861-12-01"^^xsd:date .

