@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/bmRufyL>
  schema:givenName "Elisabeth Johanna"^^xsd:string ;
  schema:name "Elisabeth Johanna Specht Molenwater"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/284ec484-73ed-b029-7c4f-f98c6e9b55f9"^^xsd:string ;
  schema:familyName "Specht Molenwater"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/73226a65-4a20-74f5-b6c6-0e66825bfee6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2303120> ;
  schema:birthDate "1805-02-10"^^xsd:date .

