@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/p070119503> a schema1:Person ;
    rdfs:label "Montroll, Elliott Waters (1916-1983)" ;
    schema1:birthDate "1916" ;
    schema1:deathDate "1983" ;
    schema1:familyName "Montroll" ;
    schema1:givenName "Elliott Waters" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ecc96369c73691542d5af358fa5a0b53> ;
    schema1:name "Elliott Waters Montroll" ;
    schema1:sameAs <http://viaf.org/viaf/25455038>,
        wd:Q948991,
        <https://isni.org/isni/0000000108809320> .

