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

<http://data.bibliotheken.nl/id/thes/p217189326> a schema1:Person ;
    rdfs:label "Hendrikx, Hans" ;
    schema1:description "vert." ;
    schema1:familyName "Hendrikx" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ca84d71eae11d92b75cf96d3323d909f> ;
    schema1:name "Hans Hendrikx" ;
    schema1:sameAs <http://viaf.org/viaf/288712236>,
        <https://isni.org/isni/0000000369056654> .

