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

<http://data.bibliotheken.nl/id/thes/p413919269> a schema1:Person ;
    rdfs:label "Hendrix, Niek (1985-)" ;
    schema1:birthDate "1985" ;
    schema1:description "opleiding: AKV St Joost; Jan van Eyck Academie",
        "www.niekhendrix.com" ;
    schema1:familyName "Hendrix" ;
    schema1:givenName "Niek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d6a5732ab0574bcf26e162d04069522> ;
    schema1:name "Niek Hendrix" ;
    schema1:sameAs <http://viaf.org/viaf/15151594371405351625>,
        <https://isni.org/isni/0000000464119465> .

