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

<http://data.bibliotheken.nl/id/thes/p159811589> a schema1:Person ;
    rdfs:label "Udo, Fred" ;
    schema1:familyName "Udo" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3d46d335f39a09c1a0ba8b74fb6223c> ;
    schema1:name "Fred Udo" ;
    schema1:sameAs <http://viaf.org/viaf/306214323> .

