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

<http://data.bibliotheken.nl/id/thes/p268391653> a schema1:Person ;
    rdfs:label "Müller, Wendt (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Müller" ;
    schema1:givenName "Wendt" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4eb27b310a6ed636918eea9858ca46f2> ;
    schema1:name "Wendt Müller" ;
    schema1:sameAs <http://viaf.org/viaf/84319408>,
        <https://isni.org/isni/0000000056814645> .

