@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/bVcViEB>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0538ed71-7695-7b27-9790-cd6b9845c359"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van der Velden"@nl ;
  schema:familyName "van der Velden"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6591ff33-84aa-b92d-c95f-08c5067dd2f6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2250576> ;
  schema:birthDate "1895-04-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Velden"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

