@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/bMtxZfH>
  schema:givenName "Hendrik Jan"^^xsd:string ;
  schema:name "Hendrik Jan van Ingen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b52f7e3-27ba-ae49-bde7-6088c8ab25b4"^^xsd:string ;
  schema:hasOccupation "Los werkman"@nl ;
  schema:familyName "van Ingen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Arnhem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqpngwN> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2485228> ;
  schema:birthDate "1861-04-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ingen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

