@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/b5PBB4B>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van Wijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3818c42f-5a66-04c9-f0e0-e40c137cb18d"^^xsd:string ;
  schema:familyName "van Wijk"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/bdKbpTu>, <https://n2t.net/ark:/60537/bmEMdHc> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bH3kj4P> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1942468> ;
  schema:birthDate "1883-04-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

