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

<http://data.bibliotheken.nl/id/thes/p096510528> a schema1:Person ;
    rdfs:label "Moxley, Robert" ;
    schema1:familyName "Moxley" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38b797d24e9222b0f4e034a30b9c2813> ;
    schema1:name "Robert Moxley" ;
    schema1:sameAs <http://viaf.org/viaf/287894628> .

