@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/p07457521X> a schema1:Person ;
    rdfs:label "Schneeweis, Thomas" ;
    schema1:familyName "Schneeweis" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b12aef6071041f910d746f95c030dc9> ;
    schema1:name "Thomas Schneeweis" ;
    schema1:sameAs <http://viaf.org/viaf/271504252>,
        wd:Q7793808,
        <https://isni.org/isni/0000000383705630> .

