@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/bVQ1xCt>
  schema:familyName "Harmsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3e46778f-4db7-6f37-4884-eddf407bdab1"^^xsd:string ;
  schema:givenName "Karel"^^xsd:string ;
  schema:name "Karel Harmsen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a48a09eb-a2ff-b2b8-6858-27f9bbee33d3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2458957> ;
  schema:birthDate "1898-12-26"^^xsd:date .

