@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/bYXwvMq>
  schema:familyName "Abbema"^^xsd:string ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e1d95094-aa41-4e9b-5b9d-341621788db2"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Abbema"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5d17c2fb-7b22-40ea-2f76-f4c9fd1e4762> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2217626> ;
  schema:birthDate "1839-01-21"^^xsd:date .

