@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/bPNJDDz>
  schema:givenName "Flora"^^xsd:string ;
  schema:name "Flora Herschel"@nl ;
  schema:familyName "Herschel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52fdd965-4ca9-5a97-e8a9-352893779d61"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nc0g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/633a69c7-c185-344c-b66c-8c9e41c33ba0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2241157> ;
  schema:birthDate "1860-01-17"^^xsd:date .

