@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/bngT7us>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48935764-8fcc-5d41-c2f0-ef3dcab213cf"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Peters"@nl ;
  schema:familyName "Peters"^^xsd:string ;
  schema:hasOccupation "Stoker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zaandam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f1057109-11a7-bc03-f1b8-758bc7158918> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2857487> ;
  schema:birthDate "1839-05-19"^^xsd:date .

