@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/b87i5rr>
  schema:familyName "Hornes"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe5c948e-c587-546e-52a4-d9601982129e"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Hornes"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q93n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/17774a8d-b782-9609-fe28-0a4889ec4807> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1954114> ;
  schema:birthDate "1869-07-05"^^xsd:date .

