@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/b7vc8JN>
  schema:givenName "Aletta"^^xsd:string ;
  schema:name "Aletta van Wijngaarden"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/890d8532-48ed-06d4-38a9-38b31d6b400e"^^xsd:string ;
  schema:familyName "van Wijngaarden"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Papekop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017zwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/311b7530-0eca-be03-3c10-5b72f1d12746> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2051390> ;
  schema:birthDate "1868-01-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijngaarden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

