@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/b2vpJci>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis van Wingerden"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/373fde01-cec8-9646-30c1-09dd2d875191"^^xsd:string ;
  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/b00wv3f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/116c9683-9c89-2528-b982-4cfe17e74f22> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1946109> ;
  schema:birthDate "1834-01-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wingerden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

