@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/b6sHKbj>
  schema:givenName "Chiel"^^xsd:string ;
  schema:name "Chiel Verboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/34a4314f-7709-110b-398b-4ac52172b44d"^^xsd:string ;
  schema:familyName "Verboom"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bIVE1R5> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/biWFXMq> ;
  schema:children <https://n2t.net/ark:/60537/bYy6Z3o> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2045442> .

