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

<http://data.bibliotheken.nl/id/thes/p321373243> a schema1:Person ;
    rdfs:label "Uleners, H.H.J." ;
    schema1:description "roepnaam: Hendrik" ;
    schema1:familyName "Uleners" ;
    schema1:givenName "H.H.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d081358092bfd458957a37f20ded047> ;
    schema1:name "H.H.J. Uleners" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281752463>,
        <https://isni.org/isni/0000000388552151> .

