@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/p073607339> a schema1:Person ;
    rdfs:label "Robinson, John" ;
    schema1:description "mb" ;
    schema1:familyName "Robinson" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c6208225fcef2998f1e1d36f02b25f1> ;
    schema1:name "John Robinson" ;
    schema1:sameAs <http://viaf.org/viaf/61631180>,
        wd:Q26205354,
        <https://isni.org/isni/0000000000451945> .

