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

<http://data.bibliotheken.nl/id/thes/p156045036> a schema1:Person ;
    rdfs:label "Nooij, Adrie" ;
    schema1:familyName "Nooij" ;
    schema1:givenName "Adrie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7fb644648a5a6eddaf9c63caddc33539> ;
    schema1:name "Adrie Nooij" ;
    schema1:sameAs <http://viaf.org/viaf/290716335>,
        <https://isni.org/isni/0000000395865148> .

