@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/byJmC2I>
  schema:familyName "Hornis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/077fe232-dd1c-37c7-7605-b1168aea463e"^^xsd:string ;
  schema:givenName "Johanna Cornelia"^^xsd:string ;
  schema:name "Johanna Cornelia Hornis"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fdbx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0a23c382-1d14-4966-71ed-5733d08a3d69> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/609016> ;
  schema:birthDate "1852-06-29"^^xsd:date .

