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

<http://data.bibliotheken.nl/id/thes/p413198529> a schema1:Person ;
    rdfs:label "Murphy, Toby" ;
    schema1:familyName "Murphy" ;
    schema1:givenName "Toby" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eeb47dac44bb3bdccec05c346e70c55f> ;
    schema1:name "Toby Murphy" ;
    schema1:sameAs <http://viaf.org/viaf/160151246601844131646> .

