@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/be9BekU>
  schema:familyName "Bokhoven"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e0389a5-7686-e685-8966-c8ac79c5663a"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Bokhoven"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xxmr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d535cb0-6dfd-53c7-395c-a0744bb6fa9e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2431194> ;
  schema:birthDate "1858-12-18"^^xsd:date .

