@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/brRgp8Z>
  schema:familyName "Cats"^^xsd:string ;
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina Cats"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aeeea3af-a408-da27-b615-36c304f2b3dc"^^xsd:string ;
  schema:birthPlace "Spijkerboor"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n76f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/449c154e-0345-ae5d-ea1f-2fc437677b86> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2123492> ;
  schema:birthDate "1880-04-20"^^xsd:date .

