@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b0POU9u>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Hendrika Christina"^^xsd:string ;
  schema:name "Hendrika Christina de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1515ab9d-e729-e01f-2f60-3652476ef174"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c8707eb5-22f7-c388-352e-490ccece9a9f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2594262> ;
  schema:birthDate "1885-08-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

