@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/p314814779> a schema1:Person ;
    rdfs:label "Harrison, Paul (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:description "bron: https://www.librarything.com/author/harrisonpaul-2" ;
    schema1:familyName "Harrison" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2748927024ab85bbcbe00c3889582da2> ;
    schema1:name "Paul Harrison" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/43788951>,
        wd:Q7151157,
        <https://isni.org/isni/000000011442825X> .

