@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/p148845894> a schema1:Person ;
    rdfs:label "Hübner, Gert" ;
    schema1:familyName "Hübner" ;
    schema1:givenName "Gert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/56bee0d535fad92aed11e89ba368fe61> ;
    schema1:name "Gert Hübner" ;
    schema1:sameAs <http://viaf.org/viaf/71499119>,
        wd:Q24655988,
        <https://isni.org/isni/000000011070013X> .

