@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/bgshPCy>
  schema:givenName "Anna Elisabeth"^^xsd:string ;
  schema:name "Anna Elisabeth Chevalier"@nl ;
  schema:familyName "Chevalier"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c7362d2-2466-1a3f-b53a-b2bc2f3387f2"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf82127f-e6ad-1807-7298-6fb513d261ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2563367> ;
  schema:birthDate "1822-06-27"^^xsd:date .

