@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/p297546740> a schema1:Person ;
    rdfs:label "Dimery, Robert" ;
    schema1:familyName "Dimery" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d2ee5fe30805e91d08318dc9426891eb> ;
    schema1:name "Robert Dimery" ;
    schema1:sameAs <http://viaf.org/viaf/45433443>,
        wd:Q47108776,
        <https://isni.org/isni/0000000066874449> .

