@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/p070789029> a schema1:Person ;
    rdfs:label "Cresswell, Maxwell John (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:familyName "Cresswell" ;
    schema1:givenName "Maxwell John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c313fce38c4c1f6b97232a8cebb68496> ;
    schema1:name "Maxwell John Cresswell" ;
    schema1:sameAs <http://viaf.org/viaf/68948507>,
        wd:Q1413249,
        <https://isni.org/isni/0000000109119356> .

