@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/bgRHtrc>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/921e58bc-593e-3a4a-cf84-a1f6af413016"^^xsd:string ;
  schema:givenName "Sara Catharina"^^xsd:string ;
  schema:name "Sara Catharina de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tbv5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f309fd41-589c-8d91-8c8f-fd0ea066634d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2865042> ;
  schema:birthDate "1829-08-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

