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

<http://data.bibliotheken.nl/id/thes/p421737093> a schema1:Person ;
    rdfs:label "Deij, Joke" ;
    schema1:familyName "Deij" ;
    schema1:givenName "Joke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ef00f7d50a96c8fa2c3575d4db5f6685> ;
    schema1:name "Joke Deij" ;
    schema1:nationality "nl" .

