@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#> .

<https://n2t.net/ark:/60537/bojnFnm>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Noorlander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0e2b5a37-17e5-3c54-4392-cf0886fbf2f1"^^xsd:string ;
  schema:familyName "Noorlander"^^xsd:string ;
  schema:hasOccupation "Spoorwegwerker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergambacht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10f2127a-f198-17a7-6508-7b40f914e3e8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1944243> ;
  schema:birthDate "1857-09-17"^^xsd:date .

