@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/byW3Xbe>
  schema:familyName "Groeneveld"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/70a26843-8fac-a68b-e3fc-8451f5bfe1ce"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena Groeneveld"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mgrc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cf56e921-c0d2-1d28-8881-f5147e43db84> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2623474> ;
  schema:birthDate "1815-11-09"^^xsd:date .

