@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/bCGEvrc>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Heetman"@nl ;
  schema:familyName "Heetman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b13a11da-8c22-2b24-5844-422dc196ace7"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/05859e20-824f-bb43-c097-e0c4d190b7ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/590072> ;
  schema:birthDate "1842-02-15"^^xsd:date .

