@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/p073127620> a schema1:Person ;
    rdfs:label "Kuyper, Hans (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:description "onderwijspsychologie" ;
    schema1:familyName "Kuyper" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/82c3984d380f31a3a47c79166709ba31> ;
    schema1:name "Hans Kuyper" ;
    schema1:sameAs <http://viaf.org/viaf/53309571>,
        wd:Q102256172,
        <https://isni.org/isni/0000000029242346> .

