@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/bB13aaw>
  schema:familyName "Dongelmans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23690fd8-726f-394a-eadc-e053c47d1cad"^^xsd:string ;
  schema:givenName "Judith"^^xsd:string ;
  schema:name "Judith Dongelmans"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q50w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/22902c1b-a4f9-437c-e167-59666374e54c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1994602> ;
  schema:birthDate "1839-03-12"^^xsd:date .

