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

<http://data.bibliotheken.nl/id/thes/p242557600> a schema1:Person ;
    rdfs:label "Zijdenbos, P." ;
    schema1:description "roepnaam: Paul" ;
    schema1:familyName "Zijdenbos" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2831d3f62548e80348ccab72b6de4121> ;
    schema1:name "P. Zijdenbos" ;
    schema1:sameAs <http://viaf.org/viaf/283623851>,
        <https://isni.org/isni/0000000390091227> .

