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

<http://data.bibliotheken.nl/id/thes/p417440901> a schema1:Person ;
    rdfs:label "Wassing, Sander" ;
    schema1:familyName "Wassing" ;
    schema1:givenName "Sander" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/97ed8cc5ed6a5554fc97ad0266aecdfc> ;
    schema1:name "Sander Wassing" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/22152820185700682346>,
        <https://isni.org/isni/0000000464752623> .

