@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/b5CUD3X>
  schema:familyName "Bul"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Bul"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a3f9ecf1-2e63-d8b6-19c8-b9a5e445859c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8Kp2z3> ;
  schema:spouse <https://n2t.net/ark:/60537/bms5fJi> ;
  schema:children <https://n2t.net/ark:/60537/bumG4x1> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2696273> .

