@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p074604953> a schema1:Person ;
    rdfs:label "Hubeau, Francis" ;
    schema1:familyName "Hubeau" ;
    schema1:givenName "Francis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8dea4b3012848a47fa0ceb20da64b059> ;
    schema1:name "Francis Hubeau" ;
    schema1:sameAs <http://viaf.org/viaf/291562328>,
        <https://isni.org/isni/0000000396569092> .

