@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/b12w53o>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1ed1b30c-de00-48c7-6def-985400f53e18"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus van der Wijngaard"@nl ;
  schema:hasOccupation "Spoorbeambte"@nl ;
  schema:familyName "van der Wijngaard"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01225k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/31381d50-ef08-7db1-eb2f-4f1901c5ef58> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2051832> ;
  schema:birthDate "1861-07-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijngaard"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

