@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/p07354325X> a schema1:Person ;
    rdfs:label "Buxbaum, Richard M." ;
    schema1:familyName "Buxbaum" ;
    schema1:givenName "Richard M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53d37c4de7b7712ddffeae2a9da8e559> ;
    schema1:name "Richard M. Buxbaum" ;
    schema1:sameAs <http://viaf.org/viaf/41900240>,
        wd:Q2150122,
        <https://isni.org/isni/0000000108913363> .

