@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bjn4Z4o>
  schema:givenName "Gerard"^^xsd:string ;
  schema:name "Gerard van Eijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e9c737a-3f99-5e62-3068-0024bd5fca65"^^xsd:string ;
  schema:familyName "van Eijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vx9b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/51e9d907-2c4b-0cc9-6ea2-1bee8e289189> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2175053> ;
  schema:birthDate "1884-07-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

