@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/p069046751> a schema1:Person ;
    rdfs:label "Dankoff, Robert" ;
    schema1:familyName "Dankoff" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3c9ca3a6b2c6febae951f323c067036> ;
    schema1:name "Robert Dankoff" ;
    schema1:sameAs <http://viaf.org/viaf/110332732>,
        wd:Q6073419,
        <https://isni.org/isni/000000008407623X> .

