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

<http://data.bibliotheken.nl/id/thes/p071373632> a schema1:Person ;
    rdfs:label "Moore, Gillian" ;
    schema1:description "mb" ;
    schema1:familyName "Moore" ;
    schema1:givenName "Gillian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4c25731b85487e2372cb925434568ff> ;
    schema1:name "Gillian Moore" ;
    schema1:sameAs <http://viaf.org/viaf/25226942>,
        <https://isni.org/isni/0000000397490095> .

