@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/bS5rFfv>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Overbeek"@nl ;
  schema:hasOccupation "Arbeider"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f49ba1de-6d03-8d21-1647-427fbb7f7bf2"^^xsd:string ;
  schema:familyName "Overbeek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lopik> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x2ds> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ed79bb27-6b4f-90b6-c107-e354a2a1a269> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2843907> ;
  schema:birthDate "1863-06-09"^^xsd:date .

