@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/brEzwLL>
  schema:familyName "Hoogeveen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/91a9942a-ea05-7c9f-6477-4b60863a64d4"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Hoogeveen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0dc2ca0b-c5ad-0b37-60c2-531b20aab024> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1932036> ;
  schema:birthDate "1845-06-29"^^xsd:date .

