@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/bUNxmDb>
  schema:familyName "de Jager"^^xsd:string ;
  schema:givenName "Gustaaf Adolph"^^xsd:string ;
  schema:name "Gustaaf Adolph de Jager"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/121515c1-7179-c366-dea0-18ad0d36477f"^^xsd:string ;
  schema:birthPlace "Passoeroean"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wpg3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e8ca406c-66a5-b32c-adaf-a4c538d63a5a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2694229> ;
  schema:birthDate "1877-11-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jager"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

