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

<http://data.bibliotheken.nl/id/thes/p123942993> a schema1:Person ;
    rdfs:label "Udes, R." ;
    schema1:familyName "Udes" ;
    schema1:givenName "R." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/820cf274487edd606f6a36a8541656ad> ;
    schema1:name "R. Udes" ;
    schema1:sameAs <http://viaf.org/viaf/290408312> .

