@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/p067776655> a schema1:Person ;
    rdfs:label "Muller, Hermann Joseph (1890-1967)" ;
    schema1:birthDate "1890" ;
    schema1:deathDate "1967" ;
    schema1:familyName "Muller" ;
    schema1:givenName "Hermann Joseph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0add9cde2cc1bce7a5d982696e5d1387> ;
    schema1:name "Hermann Joseph Muller" ;
    schema1:sameAs <http://viaf.org/viaf/66461735>,
        wd:Q83598,
        <https://isni.org/isni/0000000109101113> .

