@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/b000HCe>
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Lafeber"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9350d415-a01d-1b0b-cd44-da6c73928d16"^^xsd:string ;
  schema:familyName "Lafeber"^^xsd:string ;
  schema:hasOccupation "Timmermansknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pp22> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/34bad60f-2726-3a3a-91ee-dabc1cfac83a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2065367> ;
  schema:birthDate "1822-03-19"^^xsd:date .

