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

<http://data.bibliotheken.nl/id/thes/p315092459> a schema1:Person ;
    rdfs:label "Simons, Paul (weer)" ;
    schema1:familyName "Simons" ;
    schema1:givenName "Paul" ;
    schema1:hasOccupation "weer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe5e168896b3c236f3f29149a4e4071f> ;
    schema1:name "Paul Simons" ;
    schema1:sameAs <http://viaf.org/viaf/9076161212027140070004>,
        <https://isni.org/isni/0000000389450851> .

