@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/bwrFNVw>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Oppelaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d11ee4eb-1279-d064-26c4-747e8eabfbe0"^^xsd:string ;
  schema:familyName "Oppelaar"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sf2f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cfa74de8-1626-43c2-0d2f-a619bd95c3aa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2624705> ;
  schema:birthDate "1846-05-14"^^xsd:date .

