@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/bms4vf8>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2eaa56af-8657-0b03-d615-e4cc9b92b0a5"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/02857a43-2a15-1fbc-a82f-5b45caf9fcee> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/578147> ;
  schema:birthDate "1824-11-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

