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

<http://data.bibliotheken.nl/id/thes/p06913667X> a schema1:Person ;
    rdfs:label "Goldsborough, June" ;
    schema1:familyName "Goldsborough" ;
    schema1:givenName "June" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25ebca1e9aeef538b626a7e9eaa3a428> ;
    schema1:name "June Goldsborough" ;
    schema1:sameAs <http://viaf.org/viaf/5487557>,
        <https://isni.org/isni/0000000024028156> .

