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

<http://data.bibliotheken.nl/id/thes/p437178129> a schema1:Person ;
    rdfs:label "Salt, Vanessa" ;
    schema1:description "is pseud." ;
    schema1:familyName "Salt" ;
    schema1:givenName "Vanessa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a70745f81060ed73bc173415da44ebe3> ;
    schema1:name "Vanessa Salt" .

