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

<http://data.bibliotheken.nl/id/thes/p146319699> a schema1:Person ;
    rdfs:label "Roberts, Keith J. (onderwijs)" ;
    schema1:familyName "Roberts" ;
    schema1:givenName "Keith J." ;
    schema1:hasOccupation "onderwijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af47e9009a74f7ade98d514b978a02da> ;
    schema1:name "Keith J. Roberts" ;
    schema1:sameAs <http://viaf.org/viaf/292125694>,
        <https://isni.org/isni/0000000397028781> .

