@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/p068426801> a schema1:Person ;
    rdfs:label "Willi, Jürg (1934-)" ;
    schema1:birthDate "1934" ;
    schema1:familyName "Willi" ;
    schema1:givenName "Jürg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/56f5266df76b88014a5876df6428a44c> ;
    schema1:name "Jürg Willi" ;
    schema1:sameAs <http://viaf.org/viaf/120783517>,
        wd:Q1716943,
        <https://isni.org/isni/0000000123146094> .

