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

<http://data.bibliotheken.nl/id/thes/p100536646> a schema1:Person ;
    rdfs:label "Judd, Sue" ;
    schema1:familyName "Judd" ;
    schema1:givenName "Sue" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5c105fbc5d60242296f21d40e6c53ab> ;
    schema1:name "Sue Judd" ;
    schema1:sameAs <http://viaf.org/viaf/54370988>,
        wd:Q127408451,
        <https://isni.org/isni/0000000109733321> .

