@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/p068876890> a schema1:Person ;
    rdfs:label "Noll, Walter (1925-2017)" ;
    schema1:birthDate "1925" ;
    schema1:deathDate "2017" ;
    schema1:description "American mathematician of German birth" ;
    schema1:familyName "Noll" ;
    schema1:givenName "Walter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d295e7d81aa6a7bb428490f460f6e76> ;
    schema1:name "Walter Noll" ;
    schema1:sameAs <http://viaf.org/viaf/44380400>,
        wd:Q1403491,
        <https://isni.org/isni/0000000110598411> .

