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

<http://data.bibliotheken.nl/id/thes/p069289409> a schema1:Person ;
    rdfs:label "Dijkstra, Niels" ;
    schema1:description "mb" ;
    schema1:familyName "Dijkstra" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c0ec11d763f33e45a59f6ec95038c9b> ;
    schema1:name "Niels Dijkstra" ;
    schema1:sameAs <http://viaf.org/viaf/51405003>,
        <https://isni.org/isni/0000000044114932> .

