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

<http://data.bibliotheken.nl/id/thes/p215863348> a schema1:Person ;
    rdfs:label "Blair, Barry" ;
    schema1:familyName "Blair" ;
    schema1:givenName "Barry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/597e65693e7151f604eb7dc64c80d860> ;
    schema1:name "Barry Blair" ;
    schema1:sameAs <http://viaf.org/viaf/285695309>,
        <https://isni.org/isni/0000000391812903> .

