@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/bJ8kzYm>
  schema:givenName "Cornelis Willem"^^xsd:string ;
  schema:name "Cornelis Willem Harmans"@nl ;
  schema:familyName "Harmans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0d34cc1-0956-c84a-683e-308f7f1718f4"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121qt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/095daaa6-962b-cd05-c2c4-4b38bba8488d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/605946> ;
  schema:birthDate "1901-03-15"^^xsd:date .

