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

<http://data.bibliotheken.nl/id/thes/p07421604X> a schema1:Person ;
    rdfs:label "Noordhuis, Ruurd" ;
    schema1:familyName "Noordhuis" ;
    schema1:givenName "Ruurd" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6b6314dc00e05c5b5cea087bb7981ec1> ;
    schema1:name "Ruurd Noordhuis" ;
    schema1:sameAs <http://viaf.org/viaf/4982161211394240070006>,
        <https://isni.org/isni/0000000389037864> .

