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

<http://data.bibliotheken.nl/id/thes/p212860003> a schema1:Person ;
    rdfs:label "Blij, Moniek de" ;
    schema1:description "vert." ;
    schema1:familyName "de Blij" ;
    schema1:givenName "Moniek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f5ee6b65e3f896cd868bf20a9a3b60c> ;
    schema1:name "Moniek de Blij" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290532860>,
        <https://isni.org/isni/0000000369140821> .

