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

<http://data.bibliotheken.nl/id/thes/p101178484> a schema1:Person ;
    rdfs:label "Dijkstra, Frans" ;
    schema1:description "red." ;
    schema1:familyName "Dijkstra" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9cf0086a63d52ae50009c71493c30111> ;
    schema1:name "Frans Dijkstra" ;
    schema1:sameAs <http://viaf.org/viaf/291288803>,
        <https://isni.org/isni/0000000396363377> .

