@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/bVqD0X3>
  schema:givenName "Evert Jan"^^xsd:string ;
  schema:name "Evert Jan van Arnhem"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c7050811-961e-5881-1af3-4ddd3771433f"^^xsd:string ;
  schema:hasOccupation "Letterzetter"@nl ;
  schema:familyName "van Arnhem"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Tiel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01c1t5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6e1a6b08-ecde-fcf5-c07d-7bb8fea104c6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2283688> ;
  schema:birthDate "1892-01-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Arnhem"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

