@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/p170655563> a schema1:Person ;
    rdfs:label "Hardering, Klaus (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Hardering" ;
    schema1:givenName "Klaus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4d9e31ee2377b27c9cf89dac027cb34d> ;
    schema1:name "Klaus Hardering" ;
    schema1:sameAs <http://viaf.org/viaf/44466147>,
        wd:Q95276636,
        <https://isni.org/isni/0000000049185027> .

