@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/bfCuxfh>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Spieringshoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a491db7-860a-c8ce-b0a6-ebb6c53c39d5"^^xsd:string ;
  schema:familyName "Spieringshoek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nhvb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/121cd57e-b92d-6d8d-41ba-87c12161b36e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/634011> ;
  schema:birthDate "1873-10-05"^^xsd:date .

