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

<http://data.bibliotheken.nl/id/thes/p411306642> a schema1:Person ;
    rdfs:label "Jones, Lisa" ;
    schema1:description "illustraties" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Lisa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b1ae23c6ae6e9ae81645ebf675e4dd7> ;
    schema1:name "Lisa Jones" ;
    schema1:sameAs <http://viaf.org/viaf/184068456>,
        <https://isni.org/isni/0000000455936965> .

