@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/b250IEO>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van der Laan"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a17185d7-cc49-3d9c-a7ad-8dd7bf94c3b4"^^xsd:string ;
  schema:familyName "van der Laan"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b250IEO> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b74NnMY> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2304686> ;
  schema:additionalName [
    ns0:baseSurname "Laan"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

