@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/bxgtFTn>
  schema:givenName "Geertruida"^^xsd:string ;
  schema:name "Geertruida van den Boogaart"@nl ;
  schema:birthPlace "Gilse"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c266319a-5b27-b299-2073-584a8aa316e0"^^xsd:string ;
  schema:familyName "van den Boogaart"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012831> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98322fe7-0b55-72d2-a7c7-141f889114e6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2788987> ;
  schema:birthDate "1865-03-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Boogaart"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

