@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/p072455950> a schema1:Person ;
    rdfs:label "Hübschmann, Johann Heinrich (1848-1908)" ;
    schema1:alternateName "Hübschmann, Heinrich" ;
    schema1:birthDate "1848" ;
    schema1:deathDate "1908" ;
    schema1:familyName "Hübschmann" ;
    schema1:givenName "Johann Heinrich" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99ce10241147c081b91f47baab74bdd8> ;
    schema1:name "Johann Heinrich Hübschmann" ;
    schema1:sameAs <http://viaf.org/viaf/27838272>,
        wd:Q77038,
        <https://isni.org/isni/0000000083673016> .

