@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/p180458809> a schema1:Person ;
    rdfs:label "Adams, Jessica" ;
    schema1:description "astroloog, letterkundige" ;
    schema1:familyName "Adams" ;
    schema1:givenName "Jessica" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b99dd8f4f441a223c130aa0531166e8b> ;
    schema1:name "Jessica Adams" ;
    schema1:sameAs <http://viaf.org/viaf/18134815>,
        wd:Q86916144,
        <https://isni.org/isni/0000000109575490> .

