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

<http://data.bibliotheken.nl/id/thes/p106902261> a schema1:Person ;
    rdfs:label "Dray, Bryan" ;
    schema1:familyName "Dray" ;
    schema1:givenName "Bryan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4292297c84de8e604518b64f2d048dc9> ;
    schema1:name "Bryan Dray" ;
    schema1:sameAs <http://viaf.org/viaf/67176933>,
        <https://isni.org/isni/0000000071486651> .

