@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/bTkD3iJ>
  schema:givenName "Aartje Alida"^^xsd:string ;
  schema:name "Aartje Alida van der Breggen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e17a8280-16df-d0d4-cd8e-134645310a42"^^xsd:string ;
  schema:familyName "van der Breggen"^^xsd:string ;
  schema:birthPlace "Wanze België"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3eb8386e-60b7-0260-0ccc-0e42e3cecba1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2100900> ;
  schema:birthDate "1895-09-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Breggen"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

