@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/bb26avO>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a31ac9b8-e855-e7e8-84ae-37222fb2e825"^^xsd:string ;
  schema:familyName "van der Giesen"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van der Giesen"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bb26avO> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bG0Qgm8> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2569761> ;
  schema:additionalName [
    ns0:baseSurname "Giesen"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

