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

<http://data.bibliotheken.nl/id/thes/p086894048> a schema1:Person ;
    rdfs:label "Bush, Clara N." ;
    schema1:familyName "Bush" ;
    schema1:givenName "Clara N." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/197130c71446203064508e6375133e85> ;
    schema1:name "Clara N. Bush" ;
    schema1:sameAs <http://viaf.org/viaf/198804261>,
        <https://isni.org/isni/0000000385316348> .

