@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/b7vcBv5>
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina Noordewind"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57dfa7e4-5bc3-e5e2-e0c7-398531e072ec"^^xsd:string ;
  schema:familyName "Noordewind"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mcx9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ba6c31e3-5183-b711-edef-8f6f17696b03> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2544166> ;
  schema:birthDate "1846-05-05"^^xsd:date .

