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

<http://data.bibliotheken.nl/id/thes/p369228812> a schema1:Person ;
    rdfs:label "Wasmus, Michiel" ;
    schema1:familyName "Wasmus" ;
    schema1:givenName "Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b90d70d09d4ab9ea1a3d572c93c084e2> ;
    schema1:name "Michiel Wasmus" ;
    schema1:sameAs <http://viaf.org/viaf/305831206>,
        <https://isni.org/isni/0000000423255487> .

