@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bzLRws3>
  schema:givenName "Anna Hendrica"^^xsd:string ;
  schema:name "Anna Hendrica Robert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/13ab8edd-9c35-ab5b-9cc4-5b9325af866e"^^xsd:string ;
  schema:hasOccupation "Modiste"@nl ;
  schema:familyName "Robert"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1fc> ;
  geo:hasGeometry <https://n2t.net/ark:/60537/b1FCTVe> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a35704d6-5e37-da8a-d52e-2e9b789703ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2454308> ;
  schema:birthDate "1844-10-01"^^xsd:date .

