@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/p068510128> a schema1:Person ;
    rdfs:label "Morrison, Blake (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "mb" ;
    schema1:familyName "Morrison" ;
    schema1:givenName "Blake" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/71a06726e96fd4e2efb70cbdc0d82b64> ;
    schema1:name "Blake Morrison" ;
    schema1:sameAs <http://viaf.org/viaf/108638782>,
        wd:Q3640836,
        <https://isni.org/isni/0000000109316990> .

