@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/b5qcOCO>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Arnoldus"^^xsd:string ;
  schema:name "Arnoldus Borst"@nl ;
  schema:familyName "Borst"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d925c60a-c80c-e1c9-6818-49e4da4c0800"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013r1v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bcf022b3-400f-5e13-a15d-4eb73b3505e6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2553733> ;
  schema:birthDate "1876-09-16"^^xsd:date .

