@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/bdWTrjM>
  schema:givenName "Antonius Sacharias"^^xsd:string ;
  schema:name "Antonius Sacharias de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b79e4525-38b0-8572-a0b9-c4b4c4dbf17b"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b62iCvZ> ;
  schema:children <https://n2t.net/ark:/60537/bmRuf6s> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvp9t1A> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2295319> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

