@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/b12wKB5>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Noorlander"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/274069d2-3e7f-1224-274b-4eb822209e51"^^xsd:string ;
  schema:familyName "Noorlander"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergambacht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sgh6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9404bf57-6dcb-8bb4-9a66-c1723507a8f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2772979> ;
  schema:birthDate "1857-09-17"^^xsd:date .

