@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/box4n1W>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dbd7a983-5bca-4761-e5c5-ee1277a941a8"^^xsd:string ;
  schema:givenName "Rebecca"^^xsd:string ;
  schema:name "Rebecca Cats"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zierikzee> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/16a06bd7-e308-816e-3a1e-660edbdf055a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1950842> ;
  schema:birthDate "1851-04-19"^^xsd:date .

