@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p34558273X> a schema1:Person ;
    rdfs:label "Aikens, Nick (1981-)" ;
    schema1:birthDate "1981" ;
    schema1:familyName "Aikens" ;
    schema1:givenName "Nick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b6253879054ed530f01437c8a035470b> ;
    schema1:name "Nick Aikens" ;
    schema1:sameAs <http://viaf.org/viaf/305225946>,
        <https://isni.org/isni/0000000440384790> .

