@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/b0qq4GX>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d89094aa-0b89-e443-1f47-5237f7c4805a"^^xsd:string ;
  schema:givenName "Laurens"^^xsd:string ;
  schema:name "Laurens van Wingerden"@nl ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:familyName "van Wingerden"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wx7v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3a0665c4-fc9a-5d91-5e9b-fa083745366f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2082885> ;
  schema:birthDate "1858-10-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wingerden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

