@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/bR2Wat9>
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria Spruit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bd36fbd8-d503-e592-2587-1feb80df739e"^^xsd:string ;
  schema:familyName "Spruit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p3cb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fc2bed0c-47c4-905a-98a9-6f7ddcc2a00c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2744337> ;
  schema:birthDate "1864-01-25"^^xsd:date .

