@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/bjMupFL>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5291324-4576-4b2b-8868-82b20b6f48e0"^^xsd:string ;
  schema:familyName "Langerak"^^xsd:string ;
  schema:givenName "Martha"^^xsd:string ;
  schema:name "Martha Langerak"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gd1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/630cebca-9a57-4fb3-ed34-b5c2e3cf6ab0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2240534> ;
  schema:birthDate "1857-11-12"^^xsd:date .

