@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/b1SjuFy>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6e18c45e-e014-4ca6-06a9-387c116b12cc"^^xsd:string ;
  schema:givenName "Theresia"^^xsd:string ;
  schema:name "Theresia de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x5tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c60c8c07-76bc-4ac5-040d-1cb490ddaf84> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2795717> ;
  schema:birthDate "1862-07-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

