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

<http://data.bibliotheken.nl/id/thes/p314970339> a schema1:Person ;
    rdfs:label "Witt, Elsbeth (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:description "auteur, vert., red." ;
    schema1:familyName "Witt" ;
    schema1:givenName "Elsbeth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fb3b1f57f0e00fba38dd8e19708fa72> ;
    schema1:name "Elsbeth Witt" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281690564>,
        <https://isni.org/isni/0000000368776393> .

