@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/bcv07xW>
  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/9f9fa894-44ab-9e59-3e45-14b9e2bc4ba1"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n1qc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/96a2d26b-85ce-1df6-0b0e-aa9636e7d07d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2782960> ;
  schema:birthDate "1840-05-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

