@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/bxTzD8y>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/55089d90-5d8e-f7a9-3a31-cb4d00e6fea3"^^xsd:string ;
  schema:givenName "Marianne"^^xsd:string ;
  schema:name "Marianne 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/e9da3006-3b76-cb5d-ed07-d0004a77ab2c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2698251> ;
  schema:birthDate "1853-02-09"^^xsd:date .

