@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#> .

<https://n2t.net/ark:/60537/beZoCpe>
  schema:familyName "Boulogne"^^xsd:string ;
  schema:givenName "Geertruida Petronella"^^xsd:string ;
  schema:name "Geertruida Petronella Boulogne"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aea39d5b-eaa5-05ef-72a0-cde1e6f8c280"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Waarder> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/34775245-059e-e636-ae13-be8805f2a7ad> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2064267> ;
  schema:birthDate "1887-02-04"^^xsd:date .

