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

<http://data.bibliotheken.nl/id/thes/p27002400X> a schema1:Person ;
    rdfs:label "Nentjes, Ruud" ;
    schema1:familyName "Nentjes" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4a1f71de540e88beb0c6a88466b621b> ;
    schema1:name "Ruud Nentjes" ;
    schema1:sameAs <http://viaf.org/viaf/367164298415508630005>,
        <https://isni.org/isni/0000000390147657> .

