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

<http://data.bibliotheken.nl/id/thes/p314559353> a schema1:Person ;
    rdfs:label "Steinweg, Tim" ;
    schema1:familyName "Steinweg" ;
    schema1:givenName "Tim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/85c25f4a4e3f802c7276763d54102380> ;
    schema1:name "Tim Steinweg" ;
    schema1:sameAs <http://viaf.org/viaf/291611435>,
        wd:Q115593897,
        <https://isni.org/isni/0000000396649850> .

