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

<http://data.bibliotheken.nl/id/thes/p115256091> a schema1:Person ;
    rdfs:label "Kolm, Paul" ;
    schema1:familyName "Kolm" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/87daeedeb5bc4db48f14574b07d0f3ca> ;
    schema1:name "Paul Kolm" ;
    schema1:sameAs <http://viaf.org/viaf/57221135>,
        <https://isni.org/isni/000000038692023X> .

