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

<http://data.bibliotheken.nl/id/thes/p183942752> a schema1:Person ;
    rdfs:label "King, Steven (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "King" ;
    schema1:givenName "Steven" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40f806b3dd3921c3fe787572506b642a> ;
    schema1:name "Steven King" ;
    schema1:sameAs <http://viaf.org/viaf/100983779>,
        <https://isni.org/isni/0000000081702004> .

