@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/bZACgPc>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/99e86303-933b-6421-1bc1-689d7590489a"^^xsd:string ;
  schema:givenName "Truitje"^^xsd:string ;
  schema:name "Truitje Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/121fa5e4-411f-a06a-a785-c6f1aca5a8b3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/634045> ;
  schema:birthDate "1848-09-10"^^xsd:date .

