@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/b8k0kZN>
  pico:hasAge "22"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Wijmen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/38b650f0-1917-1059-f50f-9aa49cb9ae0a"^^xsd:string ;
  schema:hasOccupation "Kleimaalder"@nl ;
  schema:familyName "van Wijmen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b6sHv0s> ;
  schema:children <https://n2t.net/ark:/60537/bgeB9Q6> ;
  schema:spouse <https://n2t.net/ark:/60537/bp9aYEO> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2574506> ;
  schema:additionalName [
    ns0:baseSurname "Wijmen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

