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

<http://data.bibliotheken.nl/id/thes/p394228146> a schema1:Person ;
    rdfs:label "Walker, Brad" ;
    schema1:familyName "Walker" ;
    schema1:givenName "Brad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/926228b7e7ff3e13e6009d5319ab40df> ;
    schema1:name "Brad Walker" ;
    schema1:sameAs <http://viaf.org/viaf/302041673>,
        <https://isni.org/isni/0000000408847898> .

