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

<http://data.bibliotheken.nl/id/thes/p255889569> a schema1:Person ;
    rdfs:label "Atkins, Alison" ;
    schema1:description "ill." ;
    schema1:familyName "Atkins" ;
    schema1:givenName "Alison" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1225a5c5ad03a783fe24f350717dafe8> ;
    schema1:name "Alison Atkins" ;
    schema1:sameAs <http://viaf.org/viaf/35402379>,
        <https://isni.org/isni/0000000385171257> .

