@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/benhDme>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/960a3885-2528-8a39-d4e3-71e3f8cdae51"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van Wijngaarden"@nl ;
  schema:hasOccupation "Magazijnknecht"@nl ;
  schema:familyName "van Wijngaarden"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01dbk1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/43971fe9-5679-89f6-bea6-121f32809bd8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2119464> ;
  schema:birthDate "1880-02-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijngaarden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

