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

<http://data.bibliotheken.nl/id/thes/p070170754> a schema1:Person ;
    rdfs:label "Dijkstra, Paul (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:description "mb" ;
    schema1:familyName "Dijkstra" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4df3bcf75bdf2ddc5a409327c0fbfc1d> ;
    schema1:name "Paul Dijkstra" ;
    schema1:sameAs <http://viaf.org/viaf/194040797>,
        <https://isni.org/isni/000000035704703X> .

