@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/p071974776> a schema1:Person ;
    rdfs:label "Reyhing, Hans" ;
    schema1:familyName "Reyhing" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c2180d002a25256ef33e8ffb820d3fa5> ;
    schema1:name "Hans Reyhing" ;
    schema1:sameAs <http://viaf.org/viaf/52442198>,
        wd:Q1522305,
        <https://isni.org/isni/0000000117634614> .

