@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/bmEMD81>
  schema:givenName "Francina Cornelia"^^xsd:string ;
  schema:name "Francina Cornelia Rotmeijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/29b07253-3d13-d957-18c3-8b292331f297"^^xsd:string ;
  schema:familyName "Rotmeijer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/810277e9-02e3-a963-9554-5c4a091cadbe> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2356752> ;
  schema:birthDate "1850-03-05"^^xsd:date .

