@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p072196459> a schema1:Person ;
    rdfs:label "Brems, Hugo (1944- ; neerlandicus)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Brems" ;
    schema1:givenName "Hugo" ;
    schema1:hasOccupation "neerlandicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dfdb13bd5fa56d46d681ec97b3a3696d> ;
    schema1:name "Hugo Brems" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/27080293>,
        wd:Q38585354,
        <https://isni.org/isni/0000000117534146> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/brem012> .

