@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/bS5raZW>
  schema:familyName "Harmsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6772fd4f-fa8f-1a34-ed82-0c4e9dcfe53c"^^xsd:string ;
  schema:givenName "Karel Martinus"^^xsd:string ;
  schema:name "Karel Martinus Harmsen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sv4t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/77fb938a-cb37-86a3-1484-a945d0defdd9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2321847> ;
  schema:birthDate "1884-05-11"^^xsd:date .

