@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/bBQRmTz>
  schema:givenName "Gosina Christina"^^xsd:string ;
  schema:name "Gosina Christina Spruit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c50f1814-ca8f-5605-08b8-b8fe5a4ab881"^^xsd:string ;
  schema:familyName "Spruit"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016ct7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b14f288d-13e0-c7cb-aafd-077f6b33cf98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2508496> ;
  schema:birthDate "1857-08-21"^^xsd:date .

