@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/bngSAI5>
  schema:givenName "Anton Adrianus"^^xsd:string ;
  schema:name "Anton Adrianus Herfst"@nl ;
  schema:familyName "Herfst"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7a7bb0c8-7cce-5acd-dbad-664ac4c7f667"^^xsd:string ;
  schema:hasOccupation "Sigarenfabrikant"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01690j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6b1d3415-2c87-0504-ead8-6e68af189fd0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2272268> ;
  schema:birthDate "1895-08-10"^^xsd:date .

