@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/bbFc0qC>
  schema:familyName "Cats"^^xsd:string ;
  schema:givenName "Hesje"^^xsd:string ;
  schema:name "Hesje Cats"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/166a57c6-ae4a-e35f-44db-777ff00b55b9"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n6pv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7ee45f54-f57b-391e-056c-7e5e28a734df> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348572> ;
  schema:birthDate "1861-01-10"^^xsd:date .

