@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/bmeo8Fh>
  schema:familyName "Ham"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a1441b61-5f5b-96da-55b0-0178acd67686"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Ham"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mfnr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5e17ae82-8fdd-ba3f-d8a0-a8ea1538983c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2221470> ;
  schema:birthDate "1848-07-12"^^xsd:date .

