@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/bvpabhP>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Puijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce77ace1-c727-6a7c-21dc-6b9e261eff5d"^^xsd:string ;
  schema:familyName "Puijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bc4AIUR> ;
  schema:spouse <https://n2t.net/ark:/60537/bDiL07W> ;
  schema:children <https://n2t.net/ark:/60537/bSVdXjV> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2384945> .

