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

<http://data.bibliotheken.nl/id/thes/p402328035> a schema1:Person ;
    rdfs:label "Jaspers, Diederik" ;
    schema1:description "CE Delft" ;
    schema1:familyName "Jaspers" ;
    schema1:givenName "Diederik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/964468340ab350bc38d83518ca3f450e> ;
    schema1:name "Diederik Jaspers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/29151594453105352145>,
        <https://isni.org/isni/0000000464172530> .

