@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b4ApLzZ>
  pico:hasAge "49"^^xsd:string ;
  schema:givenName "Bartholomeus"^^xsd:string ;
  schema:name "Bartholomeus Snel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c8209564-130e-8163-fa01-133d1aeca762"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  schema:familyName "Snel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8xH4jv> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2190953> .

