@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/bnHh6sE>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Sas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/439f8099-40bd-c44d-6df6-82a9372973d8"^^xsd:string ;
  schema:familyName "Sas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bf6x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a1c25f3b-d173-599d-6a9d-a2b07fad35bf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2448102> ;
  schema:birthDate "1916-08-23"^^xsd:date .

