@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/bhHuDp8>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Vlak"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d980006f-3a03-f0c4-63ec-0d750bf918bd"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:familyName "Vlak"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dcr5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6872e17f-4a49-627e-3b4f-668ff5f481c8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2261982> ;
  schema:birthDate "1823-05-06"^^xsd:date .

