@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/bIwfkbP>
  schema:givenName "Befke"^^xsd:string ;
  schema:name "Befke Posthumus"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7e17efbb-2925-357a-8404-f32ffd6cdb32"^^xsd:string ;
  schema:familyName "Posthumus"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Tjerkwerd> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135vb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/924f107c-9d0c-3c91-1256-5be193bdd39b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2759396> ;
  schema:birthDate "1869-11-21"^^xsd:date .

