@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b6f0Ncp>
  pico:hasAge "33"^^xsd:string ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Heier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/96f9f9b9-fb36-601c-d2ca-db3c02dadbb1"^^xsd:string ;
  schema:givenName "Johannes Marinus"^^xsd:string ;
  schema:name "Johannes Marinus de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/baCGEKL> ;
  schema:children <https://n2t.net/ark:/60537/bdWTVyW> ;
  schema:spouse <https://n2t.net/ark:/60537/bmRuKn0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2835693> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

