@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/bzmt14v>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Kalkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/49c23df8-f002-9ee4-f937-09cfc6897955"^^xsd:string ;
  schema:familyName "Kalkman"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bHg2PTd> ;
  schema:spouse <https://n2t.net/ark:/60537/brEzSGK> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bW2IqUx> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2302058> .

