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

<http://data.bibliotheken.nl/id/thes/p334095859> a schema1:Person ;
    rdfs:label "Elliott, Brooke" ;
    schema1:familyName "Elliott" ;
    schema1:givenName "Brooke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ebf9de255782b4547ea0aa1d06916c1> ;
    schema1:name "Brooke Elliott" ;
    schema1:sameAs <http://viaf.org/viaf/285341140>,
        <https://isni.org/isni/0000000368904738> .

