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

<http://data.bibliotheken.nl/id/thes/p069268304> a schema1:Person ;
    rdfs:label "Morris, Ting" ;
    schema1:description "mb" ;
    schema1:familyName "Morris" ;
    schema1:givenName "Ting" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/69b41a538afa9b96daf1ab639fc4ecba> ;
    schema1:name "Ting Morris" ;
    schema1:sameAs <http://viaf.org/viaf/22262602>,
        <https://isni.org/isni/0000000073591711> .

