@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/p074367889> a schema1:Person ;
    rdfs:label "Könings, Hans (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Könings" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/759d2b1c406bcbbbef11701941589a42> ;
    schema1:name "Hans Könings" ;
    schema1:sameAs <http://viaf.org/viaf/58238059>,
        wd:Q65178447,
        <https://isni.org/isni/0000000029396177> .

