@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/bfc60JL>
  schema:familyName "Harmsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/244263e0-1338-5f52-ad07-bc33193b7a27"^^xsd:string ;
  schema:givenName "Johannes Antonius"^^xsd:string ;
  schema:name "Johannes Antonius Harmsen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/edb2ef72-1b19-108c-8864-bc173b814bd4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2844740> ;
  schema:birthDate "1868-03-21"^^xsd:date .

