@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/byJngaF>
  schema:givenName "Anthonius"^^xsd:string ;
  schema:name "Anthonius Lafeber"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa8e16fb-4623-61e4-ae87-57ffe6eaed15"^^xsd:string ;
  schema:familyName "Lafeber"^^xsd:string ;
  schema:hasOccupation "Vrachtrijder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01d4c8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ccd73945-8731-e8dc-3045-1042eda8c5cc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2612845> ;
  schema:birthDate "1899-04-14"^^xsd:date .

