@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/bijB1zj>
  schema:familyName "de Wilde"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da78233d-1614-0b6a-681a-469beea7c879"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob de Wilde"@nl ;
  schema:hasOccupation "Zadelmakersknecht"@nl ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zb06> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d524d18c-f522-2a35-f999-c55d3fb6dc86> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2651735> ;
  schema:birthDate "1861-05-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilde"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

