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

<http://data.bibliotheken.nl/id/thes/p14948593X> a schema1:Person ;
    rdfs:label "Weijers, P.A." ;
    schema1:description "Patrick" ;
    schema1:familyName "Weijers" ;
    schema1:givenName "P.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dac02defa6f314360e7eda49ddbcf8d9> ;
    schema1:name "P.A. Weijers" ;
    schema1:sameAs <http://viaf.org/viaf/292018175>,
        <https://isni.org/isni/0000000396982442> .

