@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bT7VX08>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus van den Dool"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1f82d9f-4191-83b1-80df-44b109f6873c"^^xsd:string ;
  schema:familyName "van den Dool"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b8X6x0K> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bE8xLjX> ;
  schema:spouse <https://n2t.net/ark:/60537/bFoL6QG> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2729446> ;
  schema:additionalName [
    ns0:baseSurname "Dool"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

