@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/bhuNeJW>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Lafeber"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4de13479-645b-37a1-16a8-7e7a40033e7c"^^xsd:string ;
  schema:familyName "Lafeber"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pt7n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c38c8cf8-c6c8-458c-94e9-24a3d39b00c1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2579056> ;
  schema:birthDate "1862-03-11"^^xsd:date .

