@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/bKNWAB6>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7ae49598-9f33-86ae-5f6e-fe132316e798"^^xsd:string ;
  schema:givenName "Jasper"^^xsd:string ;
  schema:name "Jasper van Eijk"@nl ;
  schema:familyName "van Eijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w3wm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b43db394-f9a5-81a1-6c47-e21691210da4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2520105> ;
  schema:birthDate "1886-02-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

