@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/b5CTSYw>
  pico:hasAge "23"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00dc0e46-86ce-0c4c-ac9a-320d09d69695"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van Gent"@nl ;
  schema:familyName "van Gent"^^xsd:string ;
  schema:hasOccupation "Verwer en glazenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b1fc8rf> ;
  schema:spouse <https://n2t.net/ark:/60537/bPNJj23> ;
  schema:children <https://n2t.net/ark:/60537/bXIj7Py> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/604274> ;
  schema:additionalName [
    ns0:baseSurname "Gent"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

