@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p25592903X> a schema1:Person ;
    rdfs:label "Blackwell, Geoff" ;
    schema1:familyName "Blackwell" ;
    schema1:givenName "Geoff" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0b8398d66cf034990f197f7282fd5c89> ;
    schema1:name "Geoff Blackwell" ;
    schema1:sameAs <http://viaf.org/viaf/101194763>,
        <https://isni.org/isni/0000000071657369> .

