@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/bt6tiuu>
  schema:familyName "Dercksen"^^xsd:string ;
  schema:givenName "Hendricus Marinus"^^xsd:string ;
  schema:name "Hendricus Marinus Dercksen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f9157dc7-bfe1-04bb-dc51-4919342cd961"^^xsd:string ;
  schema:hasOccupation "Reiziger"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bR2UVWP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/647143> ;
  schema:birthDate "1896-01-14"^^xsd:date .

