@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/p336393202> a schema1:Person ;
    rdfs:label "Richter, Michael (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Richter" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/754a8ba30b5de933e4e7b5b306368b8b> ;
    schema1:name "Michael Richter" ;
    schema1:sameAs <http://viaf.org/viaf/24659802>,
        wd:Q1775842,
        <https://isni.org/isni/0000000108796240> .

