@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/bBdKUkf>
  schema:givenName "Apolonia"^^xsd:string ;
  schema:name "Apolonia Bakker"@nl ;
  schema:familyName "Bakker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/55f40442-d478-d72a-bb85-c1a969c41fe3"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012htc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/336e698a-01dc-3d07-8e79-604fac901c4c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2060404> ;
  schema:birthDate "1877-08-23"^^xsd:date .

