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

<http://data.bibliotheken.nl/id/thes/p369841271> a schema1:Person ;
    rdfs:label "Knight, Catherine" ;
    schema1:familyName "Knight" ;
    schema1:givenName "Catherine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9577ddbf035bfac51de1500ba2b36ea4> ;
    schema1:name "Catherine Knight" ;
    schema1:sameAs <http://viaf.org/viaf/305834975> .

