@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/p068855982> a schema1:Person ;
    rdfs:label "Hillier, Bevis (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "bron: https://en.wikipedia.org/wiki/Bevis_Hillier" ;
    schema1:familyName "Hillier" ;
    schema1:givenName "Bevis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c659c12bb5de6b267b78e01c78f56310> ;
    schema1:name "Bevis Hillier" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/22165054>,
        wd:Q4899680,
        <https://isni.org/isni/0000000108778712> .

