@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/bV0e3o5>
  schema:givenName "Hendrik Jacobus"^^xsd:string ;
  schema:name "Hendrik Jacobus Hornis"@nl ;
  schema:familyName "Hornis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/279e16a0-67c9-dbb0-32e9-a9e17b85a1df"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f6650c59-5ff9-3755-ee30-59409e5def1e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2717814> ;
  schema:birthDate "1842-02-03"^^xsd:date .

