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

<http://data.bibliotheken.nl/id/thes/p432198229> a schema1:Person ;
    rdfs:label "Faber, E.K.G." ;
    schema1:familyName "Faber" ;
    schema1:givenName "E.K.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5b2bb5e8836716707b9c00674bf354f6> ;
    schema1:name "E.K.G. Faber" .

