@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/p068431163> a schema1:Person ;
    rdfs:label "Walf, Knut W. (1936-)" ;
    schema1:birthDate "1936" ;
    schema1:familyName "Walf" ;
    schema1:givenName "Knut W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16c96f9aca53d7f6a4483009b0ae0e32> ;
    schema1:name "Knut W. Walf" ;
    schema1:sameAs <http://viaf.org/viaf/189221662>,
        wd:Q1777664 .

