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

<http://data.bibliotheken.nl/id/thes/p331685795> a schema1:Person ;
    rdfs:label "Felix" ;
    schema1:familyName "Felix" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5be8ec5a29694e0a011c9b813ec8be7e> ;
    schema1:name "Felix" ;
    schema1:sameAs <http://viaf.org/viaf/290165465> .

