@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/p067742297> a schema1:Person ;
    rdfs:label "Wegner, Hans" ;
    schema1:familyName "Wegner" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/238de4cc8a712438f165ea3baa774b60> ;
    schema1:name "Hans Wegner" ;
    schema1:sameAs <http://viaf.org/viaf/34977431>,
        wd:Q108546,
        <https://isni.org/isni/0000000116188333> .

