@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/bMfQeJi>
  schema:familyName "Hofstede"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d3b861dd-e43f-50c0-f53b-ea9c07583d5c"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje Hofstede"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8fa8e71c-d166-cde9-5b0b-d5f5bbb0a9c5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2413287> ;
  schema:birthDate "1872-02-15"^^xsd:date .

