@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/bHg2Q5L>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Smient"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/975b91a0-32ff-ea7e-f140-0737b1f31ad2"^^xsd:string ;
  schema:hasOccupation "Schildersknecht"@nl ;
  schema:familyName "Smient"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zfvp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/73a3d147-ad5a-2938-c714-f2c0f6423a71> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2305184> ;
  schema:birthDate "1845-05-23"^^xsd:date .

