@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/bJ8kAse>
  schema:familyName "Hornes"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c54369ab-0f25-24dd-b17c-7efdafa66afa"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Hornes"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016zqf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0b877ab4-9d44-3d3d-1373-4e8c1b2fa8d2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/614565> ;
  schema:birthDate "1921-01-26"^^xsd:date .

