@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bBrybk>
  ns0:givenName "Arjan"^^xsd:string ;
  ns0:name "Arjan van Essen"@nl ;
  ns0:familyName "van Essen"^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p425820181> ;
  a ns0:Person ;
  ns0:subjectOf <https://www.arjanvanessen.nl/over-arjan/> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93635> ;
  ns0:birthDate "1969"^^xsd:gYear ;
  ns0:additionalName [
    ns1:baseSurname "Essen"^^xsd:string ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

