@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/bI5QtQc>
  schema:familyName "Bogert"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c8d86855-df49-074a-cd93-8e7fa0e54848"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Bogert"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0199pv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5cc0e41d-8d17-0e2b-57b9-1e219fd0d7f6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2216382> ;
  schema:birthDate "1864-12-10"^^xsd:date .

