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

<http://data.bibliotheken.nl/id/thes/p255326726> a schema1:Person ;
    rdfs:label "Gordon, Ginger" ;
    schema1:description "is: Anna Beeke" ;
    schema1:familyName "Gordon" ;
    schema1:givenName "Ginger" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68dc42f45f03e3d4e575f3a239af81c4> ;
    schema1:name "Ginger Gordon" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p069420149>,
        <http://viaf.org/viaf/282471537>,
        <https://isni.org/isni/0000000389127712> .

