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

<http://data.bibliotheken.nl/id/thes/p428698239> a schema1:Person ;
    rdfs:label "Muller, Gijs (romans)" ;
    schema1:familyName "Muller" ;
    schema1:givenName "Gijs" ;
    schema1:hasOccupation "romans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/46a6227f1bd3a0e0c512ad36015339cc> ;
    schema1:name "Gijs Muller" ;
    schema1:sameAs <http://viaf.org/viaf/10160120865340442634>,
        <https://isni.org/isni/0000000491567116> .

