@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/bPok4SL>
  schema:familyName "Cats"^^xsd:string ;
  schema:givenName "Hanna"^^xsd:string ;
  schema:name "Hanna Cats"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4558f497-5b35-ebd1-ec15-8faab6456b79"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2c61d2ff-4bdf-6a17-a11b-3f7d487c063c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2033105> ;
  schema:birthDate "1857-05-14"^^xsd:date .

