@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/bGrfrzr>
  schema:givenName "Aagje"^^xsd:string ;
  schema:name "Aagje Hornis"@nl ;
  schema:familyName "Hornis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f37ae32-05f2-8d28-9f27-670b67aa77cc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w6gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d4942e84-9638-302e-f490-56d21e131266> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2649650> ;
  schema:birthDate "1884-04-22"^^xsd:date .

