@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/bumFiJK>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Dirk Jacobus"^^xsd:string ;
  schema:name "Dirk Jacobus de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1f52de9f-8257-fc85-3f94-43a960ada644"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0178ps> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/00e2f0a7-8fea-7f0c-9d36-a8c35dc39924> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571691> ;
  schema:birthDate "1905-03-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

