@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/p067727492> a schema1:Person ;
    rdfs:label "Hubert, Henri (1872-1927)" ;
    schema1:birthDate "1872" ;
    schema1:deathDate "1927" ;
    schema1:description "socioloog, historicus" ;
    schema1:familyName "Hubert" ;
    schema1:givenName "Henri" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e726dd3ee20049bfadfdf78f17a68714> ;
    schema1:name "Henri Hubert" ;
    schema1:sameAs <http://viaf.org/viaf/54149066>,
        wd:Q2440796,
        <https://isni.org/isni/0000000109018918> .

