@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/bi6SFo3>
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Gibbon"@nl ;
  schema:familyName "Gibbon"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/caca1cac-963a-93c1-f2ae-a92dc1985ba7"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bcuYPMa> ;
  schema:spouse <https://n2t.net/ark:/60537/br1tuew> ;
  schema:children <https://n2t.net/ark:/60537/byW3i13> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/619403> .

