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

<http://data.bibliotheken.nl/id/thes/p069513449> a schema1:Person ;
    rdfs:label "Dijs, Dick" ;
    schema1:familyName "Dijs" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c3fc8d596d367a438f6396be83a08dc> ;
    schema1:name "Dick Dijs" ;
    schema1:sameAs <http://viaf.org/viaf/239365243>,
        <https://isni.org/isni/0000000385845522> .

