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

<http://data.bibliotheken.nl/id/thes/p241533147> a schema1:Person ;
    rdfs:label "Somberg, Paul" ;
    schema1:familyName "Somberg" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce297b1c15abf73278f574bbfe6f2bf1> ;
    schema1:name "Paul Somberg" ;
    schema1:sameAs <http://viaf.org/viaf/289206154>,
        <https://isni.org/isni/0000000394683334> .

