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

<http://data.bibliotheken.nl/id/thes/p451682327> a schema1:Person ;
    rdfs:label "De Paepe, Anine" ;
    schema1:familyName "De Paepe" ;
    schema1:givenName "Anine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5fced188ad857271f58b02b8dab50e71> ;
    schema1:name "Anine De Paepe" .

