@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/bkCgZR8>
  schema:hasOccupation "Baker"@nl ;
  schema:familyName "Boers"^^xsd:string ;
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Boers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9cbfa8bc-f0e5-2bea-1441-af2d84ed4286"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vqrf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4012227c-eb15-e87b-acbd-5c33eb502c28> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2105995> ;
  schema:birthDate "1810-09-02"^^xsd:date .

