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

<http://data.bibliotheken.nl/id/thes/p188266364> a schema1:Person ;
    rdfs:label "Blevins, Steve" ;
    schema1:familyName "Blevins" ;
    schema1:givenName "Steve" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/46a0bc26d09591540ce842044458f9ce> ;
    schema1:name "Steve Blevins" ;
    schema1:sameAs <http://viaf.org/viaf/306220929>,
        <https://isni.org/isni/0000000397409496> .

