@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/bnuAygo>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Metaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8cb3134e-a811-45ff-e47b-62c1eb286669"^^xsd:string ;
  schema:familyName "Metaal"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c336734f-4c19-dc6c-5327-4c1044021c55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2577786> .

