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

<http://data.bibliotheken.nl/id/thes/p072103051> a schema1:Person ;
    rdfs:label "Feirstein, Bruce" ;
    schema1:familyName "Feirstein" ;
    schema1:givenName "Bruce" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9cc6c887efea62ac04e055b7f01f6919> ;
    schema1:name "Bruce Feirstein" ;
    schema1:sameAs <http://viaf.org/viaf/61682827>,
        wd:Q991620,
        <https://isni.org/isni/0000000081410634> .

