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

<http://data.bibliotheken.nl/id/thes/p315432527> a schema1:Person ;
    rdfs:label "Abbott, Steven" ;
    schema1:familyName "Abbott" ;
    schema1:givenName "Steven" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/955d1cafcf39b018a5b053cbc2551ffa> ;
    schema1:name "Steven Abbott" ;
    schema1:sameAs <http://viaf.org/viaf/286924253>,
        <https://isni.org/isni/0000000392829539> .

