@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/btjab6F>
  schema:givenName "Anthonius"^^xsd:string ;
  schema:name "Anthonius Hoonhout"@nl ;
  schema:familyName "Hoonhout"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bc69da73-1c29-549d-dc5a-63ed129c40a3"^^xsd:string ;
  schema:hasOccupation "Scheepstimmerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012hhn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4d2cc0fd-5a35-1e67-f8f5-93663ce05c13> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2156641> ;
  schema:birthDate "1835-01-07"^^xsd:date .

