@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/bvBRyHn>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a34e0a43-05de-c5fe-493a-2912b51c4cc1"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van Donk"@nl ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:familyName "van Donk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vxrq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3042ec72-10c2-11d1-8625-17d27f12ad54> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2048117> ;
  schema:birthDate "1845-08-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Donk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

