@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/b74NLG7>
  pico:hasAge "23"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e7017695-ab40-ca6b-8d27-8a72dade9d47"^^xsd:string ;
  schema:givenName "Joannes"^^xsd:string ;
  schema:name "Joannes van Leunen"@nl ;
  schema:hasOccupation "Smit en IJserwinkelier"@nl ;
  schema:familyName "van Leunen"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/beZoAv3> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgRG9Qx> ;
  schema:children <https://n2t.net/ark:/60537/bZnUGYw> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030179> ;
  schema:additionalName [
    ns0:baseSurname "Leunen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

