@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/p074475576> a schema1:Person ;
    rdfs:label "Hummelberg, Gabriel" ;
    schema1:alternateName "Humelbergius, Gabriel" ;
    schema1:familyName "Hummelberg" ;
    schema1:givenName "Gabriel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9eb07ee447afd55b4afed25642ac29f8> ;
    schema1:name "Gabriel Hummelberg" ;
    schema1:sameAs <http://viaf.org/viaf/47706765>,
        wd:Q16638328,
        <https://isni.org/isni/0000000061531762> .

