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

<http://data.bibliotheken.nl/id/thes/p317262661> a schema1:Person ;
    rdfs:label "Stevens, I.L." ;
    schema1:familyName "Stevens" ;
    schema1:givenName "I.L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a88621f35ab5c6af754965ed15f3cf3> ;
    schema1:name "I.L. Stevens" ;
    schema1:sameAs <http://viaf.org/viaf/290913480> .

