@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/b8jZJhm>
  schema:givenName "Antonia"^^xsd:string ;
  schema:name "Antonia Hornes"@nl ;
  schema:familyName "Hornes"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/958c8883-c591-8b75-f228-518fe7db1e0d"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016xj0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0b4dd507-fd25-8e04-8a3c-70a5bcf137f1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/613610> ;
  schema:birthDate "1909-09-11"^^xsd:date .

