@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/bV0dInW>
  schema:givenName "Abraham Joseph"^^xsd:string ;
  schema:name "Abraham Joseph Sanders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d2d47e02-293e-ba08-12dc-ef1cd932909b"^^xsd:string ;
  schema:hasOccupation "Parapluimaker"@nl ;
  schema:familyName "Sanders"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7d4ffdfa-cb65-3a45-c862-b072db977ba2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2342235> ;
  schema:birthDate "1810-07-28"^^xsd:date .

