@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/bpmSHm1>
  schema:familyName "Hartog"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85f2dbc6-22d0-5e53-a072-245b60dcb124"^^xsd:string ;
  schema:givenName "Petrus Hendrikus"^^xsd:string ;
  schema:name "Petrus Hendrikus Hartog"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vianen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cda69e95-4c2e-61d0-cecf-7f89bbc5fa03> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2615919> ;
  schema:birthDate "1862-07-07"^^xsd:date .

