@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/bzmth8a>
  schema:familyName "Bakker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59ce12d9-0076-4793-5d94-d1aadb1b5e37"^^xsd:string ;
  schema:givenName "Stijntje"^^xsd:string ;
  schema:name "Stijntje Bakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c7091615-451e-4018-d914-e26571a0d7f8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2588979> ;
  schema:birthDate "1880-08-24"^^xsd:date .

