@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/bTXJIyu>
  schema:familyName "de Koning"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c63d68dc-1d92-97f8-3e3a-1ae412bed414"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus de Koning"@nl ;
  schema:hasOccupation "Mandenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dcr5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9571a0dc-23de-0082-688b-a8b8191d73f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2778357> ;
  schema:birthDate "1804-02-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Koning"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

