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

<http://data.bibliotheken.nl/id/thes/p181031841> a schema1:Person ;
    rdfs:label "Gibbons, June Alison" ;
    schema1:familyName "Gibbons" ;
    schema1:givenName "June Alison" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fa65412423c46da895b9f27f3c7c34b> ;
    schema1:name "June Alison Gibbons" ;
    schema1:sameAs <http://viaf.org/viaf/279989208> .

