@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/bXvCDe5>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Noteboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ca9a403e-fb28-a9cc-68ee-69001feec80a"^^xsd:string ;
  schema:familyName "Noteboom"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w09f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3a71ce8b-c0e2-afbe-4a9e-c1af359cc97b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2084533> ;
  schema:birthDate "1859-04-16"^^xsd:date .

