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

<http://data.bibliotheken.nl/id/thes/p140958096> a schema1:Person ;
    rdfs:label "Dijkstra, Tabbe" ;
    schema1:familyName "Dijkstra" ;
    schema1:givenName "Tabbe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a339f2e937a07cf0761bd5464d23a068> ;
    schema1:name "Tabbe Dijkstra" ;
    schema1:sameAs <http://viaf.org/viaf/282462943>,
        <https://isni.org/isni/0000000389108095> .

