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

<http://data.bibliotheken.nl/id/thes/p070360251> a schema1:Person ;
    rdfs:label "Jones, Dick" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb9b9accb912117ebfefb95781968924> ;
    schema1:name "Dick Jones" ;
    schema1:sameAs <http://viaf.org/viaf/64599822>,
        <https://isni.org/isni/0000000063042831> .

