@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/bR2VUui>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Schimmel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0e58429a-20cc-25ec-07ad-7358c342a6d4"^^xsd:string ;
  schema:familyName "Schimmel"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Weesp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bBQQD0Q> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2459035> ;
  schema:birthDate "1880-04-16"^^xsd:date .

