@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/bixhoQr>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3f9e9e84-7519-1c8f-293b-1200e6103a43"^^xsd:string ;
  schema:givenName "Klaas"^^xsd:string ;
  schema:name "Klaas van Wijk"@nl ;
  schema:familyName "van Wijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vwfm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/74ba8d1d-4868-b47e-6830-5d43345f602c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2309475> ;
  schema:birthDate "1898-05-06"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

