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

<http://data.bibliotheken.nl/id/thes/p071103740> a schema1:Person ;
    rdfs:label "Jones, Robert M." ;
    schema1:familyName "Jones" ;
    schema1:givenName "Robert M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d42dec432db64125952650650f105119> ;
    schema1:name "Robert M. Jones" ;
    schema1:sameAs <http://viaf.org/viaf/283066053>,
        <https://isni.org/isni/0000000389616460> .

