@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/bvpa0je>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Klaaren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/87cf0289-3a90-054d-74da-017afcb02d04"^^xsd:string ;
  schema:familyName "Klaaren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfp8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/559e85cb-6a79-29a7-70fd-47b519bcf406> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2188976> ;
  schema:birthDate "1862-09-25"^^xsd:date .

