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

<http://data.bibliotheken.nl/id/thes/p329360280> a schema1:Person ;
    rdfs:label "Krielen, Hans" ;
    schema1:familyName "Krielen" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae1add552725416bfe2e644a3f27c9fe> ;
    schema1:name "Hans Krielen" ;
    schema1:sameAs <http://viaf.org/viaf/284994022>,
        <https://isni.org/isni/0000000391173961> .

