@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/bZNjmU3>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a6d890eb-fadb-3f8b-8114-1d314cd89ecc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/839d342e-7f4c-88b2-7a3e-f81324a22f2b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2366721> ;
  schema:birthDate "1894-03-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

