@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/p083191623> a schema1:Person ;
    rdfs:label "Lansky, Bruce" ;
    schema1:familyName "Lansky" ;
    schema1:givenName "Bruce" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/86bac2d72b5c35be87090feebe863c0c> ;
    schema1:name "Bruce Lansky" ;
    schema1:sameAs <http://viaf.org/viaf/6241662>,
        wd:Q16514033,
        <https://isni.org/isni/0000000110367111> .

