@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/b9MTBR4>
  schema:familyName "de Koning"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/32747730-f059-1f54-72ec-e519fb5c760f"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob de Koning"@nl ;
  schema:hasOccupation "Mandenmakersknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qhc7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2dadc9b6-4fa4-8f4f-a5b8-ed43beeaaff2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2038109> ;
  schema:birthDate "1841-04-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Koning"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

