@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/bsgFys6>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Rabouw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/90f11ac9-c212-d724-7858-344d25ff2ec7"^^xsd:string ;
  schema:familyName "Rabouw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0adffd24-b672-de58-d50f-f5214f230e5e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/611888> ;
  schema:birthDate "1864-07-14"^^xsd:date .

