@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/bvbtt3a>
  schema:familyName "Cats"^^xsd:string ;
  schema:givenName "Francina Levij"^^xsd:string ;
  schema:name "Francina Levij Cats"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b294b33-873b-2eff-542d-0a548f28e8b5"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n4f6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7b89a644-6fc0-6490-987f-97563f47f862> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2335427> ;
  schema:birthDate "1839-03-17"^^xsd:date .

