@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/bqpo0aW>
  schema:givenName "Gerardina"^^xsd:string ;
  schema:name "Gerardina Langeweg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0f66be3a-7366-efc2-0c8f-4f642a967959"^^xsd:string ;
  schema:familyName "Langeweg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Terheijden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011f0b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b3c900d0-b354-4747-62a7-0533f6fc3281> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2518219> ;
  schema:birthDate "1860-06-04"^^xsd:date .

