@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/p07163049X> a schema1:Person ;
    rdfs:label "Howlett, John (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "mb" ;
    schema1:familyName "Howlett" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a46d090ab8ba88cdb0266ddaa38df60c> ;
    schema1:name "John Howlett" ;
    schema1:sameAs <http://viaf.org/viaf/85309271>,
        wd:Q6240153,
        <https://isni.org/isni/0000000114946209> .

