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

<http://data.bibliotheken.nl/id/thes/p336599013> a schema1:Person ;
    rdfs:label "Timel, Sam" ;
    schema1:description "scenario" ;
    schema1:familyName "Timel" ;
    schema1:givenName "Sam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e6bd64fe23a7b02bac2b27fd7fb917f> ;
    schema1:name "Sam Timel" ;
    schema1:sameAs <http://viaf.org/viaf/103245789>,
        <https://isni.org/isni/0000000368958605> .

