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

<http://data.bibliotheken.nl/id/thes/p162455046> a schema1:Person ;
    rdfs:label "Oakes, John" ;
    schema1:familyName "Oakes" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/012cd8acb28e9dbc84a3c566739a9709> ;
    schema1:name "John Oakes" ;
    schema1:sameAs <http://viaf.org/viaf/317289955> .

