@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/bPaDjiC>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Wiltenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aea96fc7-72f1-ba69-08f6-6ad77bf77e67"^^xsd:string ;
  schema:familyName "Wiltenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q267> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/14f4048b-b5e0-4b1e-d133-ab2310210d64> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/645281> ;
  schema:birthDate "1869-10-18"^^xsd:date .

