@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/p070101485> a schema1:Person ;
    rdfs:label "Solomon, Susan (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Solomon" ;
    schema1:givenName "Susan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53cae2471784a58fa2934b0fbafe2bc4> ;
    schema1:name "Susan Solomon" ;
    schema1:sameAs <http://viaf.org/viaf/278353763>,
        wd:Q445519,
        <https://isni.org/isni/0000000398703902> .

