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

<http://data.bibliotheken.nl/id/thes/p068885881> a schema1:Person ;
    rdfs:label "Adams, Virginia" ;
    schema1:familyName "Adams" ;
    schema1:givenName "Virginia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eb1e188f1d00e27788c8d8a0acf8d88a> ;
    schema1:name "Virginia Adams" ;
    schema1:sameAs <http://viaf.org/viaf/306159101> .

