@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/be9AQNV>
  schema:givenName "Dina"^^xsd:string ;
  schema:name "Dina Schijgrond"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/63969076-bba8-5112-b1c8-761fae9bc811"^^xsd:string ;
  schema:familyName "Schijgrond"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nieuw-Helvoet> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/277846a9-4e31-58f2-b109-dd95249b0e31> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2013700> ;
  schema:birthDate "1833-02-23"^^xsd:date .

