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

<http://data.bibliotheken.nl/id/thes/p073236624> a schema1:Person ;
    rdfs:label "Vissers, H.J.S.M." ;
    schema1:familyName "Vissers" ;
    schema1:givenName "H.J.S.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e86008dbf052439f503d34f8b9ec7192> ;
    schema1:name "H.J.S.M. Vissers" ;
    schema1:sameAs <http://viaf.org/viaf/280465036> .

