@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/bJ8kKZx>
  schema:hasOccupation "Brievenbesteller"@nl ;
  schema:familyName "Furrer"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Furrer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c1d31a00-71b5-96e3-7473-d1aee5cedb28"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0009YC> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2089640> ;
  schema:birthDate "1897-03-28"^^xsd:date .

