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

<http://data.bibliotheken.nl/id/thes/p35737777X> a schema1:Person ;
    rdfs:label "Michelson, Emily" ;
    schema1:familyName "Michelson" ;
    schema1:givenName "Emily" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/475f022ea04e1820684159204a2a65b3> ;
    schema1:name "Emily Michelson" ;
    schema1:sameAs <http://viaf.org/viaf/196739608>,
        <https://isni.org/isni/0000000410348502> .

