@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/bhh59ug>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Spruijt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ef1c2fcb-0eb1-8252-7106-b4635fb2599b"^^xsd:string ;
  schema:familyName "Spruijt"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016ct7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/47d247d7-6d1a-83ec-26cd-cf356dd8a2e1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2135927> ;
  schema:birthDate "1849-11-02"^^xsd:date .

