@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/b2I6CAx>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5d669cb9-6072-2d70-c245-c811d669764f"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Wijngaarden"@nl ;
  schema:familyName "van Wijngaarden"^^xsd:string ;
  schema:hasOccupation "Werkman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gorinchem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h517> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4cd171b4-c833-b085-5ff5-033b49f7580d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2155286> ;
  schema:birthDate "1819-04-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijngaarden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

