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

<http://data.bibliotheken.nl/id/thes/p085717878> a schema1:Person ;
    rdfs:label "Pap, Wim" ;
    schema1:familyName "Pap" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3c7772a5c4d4caa175f11b055ba0517> ;
    schema1:name "Wim Pap" ;
    schema1:sameAs <http://viaf.org/viaf/288441967>,
        <https://isni.org/isni/0000000394076067> .

