@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/b6f0mzR>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie van Reenen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4fd9ddd-599f-00a0-0e5c-9da8c5886252"^^xsd:string ;
  schema:hasOccupation "Spoorwegarbeider"@nl ;
  schema:familyName "van Reenen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019snr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/81d235d2-6ad2-be58-6e76-588e52406e58> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2359847> ;
  schema:birthDate "1894-03-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Reenen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

