@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/bV0dF9Q>
  schema:familyName "Franken"^^xsd:string ;
  schema:givenName "Hendrikus Jacobus"^^xsd:string ;
  schema:name "Hendrikus Jacobus Franken"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a6931c32-41dc-d230-039a-4ab296cbb6e6"^^xsd:string ;
  schema:hasOccupation "Postbode"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z7x7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6e664369-dc9e-87a7-a0b4-b12ed8b992d1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2284911> ;
  schema:birthDate "1843-08-07"^^xsd:date .

