@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/b8jZKgk>
  schema:hasOccupation "Bediende"@nl ;
  schema:givenName "Hendricus Theodorus"^^xsd:string ;
  schema:name "Hendricus Theodorus Martin"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c88a2409-f2f3-607e-a51e-d68b6a9ec020"^^xsd:string ;
  schema:familyName "Martin"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Heteren> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00szrd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0fd585e1-8f6a-f1ca-e654-92d7706cec87> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1940077> ;
  schema:birthDate "1875-07-20"^^xsd:date .

