@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/bdWTDoJ>
  schema:givenName "Abraham Cornelis"^^xsd:string ;
  schema:name "Abraham Cornelis Rabouw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b87557e-1d14-468f-33c4-94c36e4debaa"^^xsd:string ;
  schema:familyName "Rabouw"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019rhq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b1f7e6bf-eb8b-6041-41e8-43287f8a040d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2510968> ;
  schema:birthDate "1889-06-08"^^xsd:date .

