@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p072192526> a schema1:Person ;
    rdfs:label "Dole, John" ;
    schema1:description "mb" ;
    schema1:familyName "Dole" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9e44314c66aca95fc3f71494a957db47> ;
    schema1:name "John Dole" ;
    schema1:sameAs <http://viaf.org/viaf/35849109>,
        <https://isni.org/isni/000000039146817X> .

