@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/p070998973> a schema1:Person ;
    rdfs:label "Hoppe, Hans-Hermann (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Hoppe" ;
    schema1:givenName "Hans-Hermann" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b4d4588b2ffeda66d72c5fc24ed62267> ;
    schema1:name "Hans-Hermann Hoppe" ;
    schema1:sameAs <http://viaf.org/viaf/85301120>,
        wd:Q76688,
        <https://isni.org/isni/0000000109214257> .

