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

<http://data.bibliotheken.nl/id/thes/p189890789> a schema1:Person ;
    rdfs:label "Hof, Paul" ;
    schema1:description "vert." ;
    schema1:familyName "Hof" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6eda609c983a8618e9918867a651c7bd> ;
    schema1:name "Paul Hof" ;
    schema1:sameAs <http://viaf.org/viaf/291558880>,
        <https://isni.org/isni/0000000369045592> .

