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

<http://data.bibliotheken.nl/id/thes/p304054445> a schema1:Person ;
    rdfs:label "Wilbur" ;
    schema1:description "1960-",
        "pseud. van: Sophie Commenge" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d65f242940c4772541b71399816fe0f> ;
    schema1:name "Wilbur" ;
    schema1:sameAs <http://viaf.org/viaf/107557173>,
        wd:Q3490890 .

