@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/b2vpTih>
  schema:hasOccupation "Blikslager"@nl ;
  schema:familyName "Hartman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/29288b13-62b2-8389-e39e-c520b281c694"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Hartman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0141tr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3fd14ac0-381d-f181-e009-dddeb8499bae> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2105055> ;
  schema:birthDate "1855-09-30"^^xsd:date .

