@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/p192768948> a schema1:Person ;
    rdfs:label "Crowder, Rhonda" ;
    schema1:familyName "Crowder" ;
    schema1:givenName "Rhonda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4873ea0d1d17cef9c08e7234728a866d> ;
    schema1:name "Rhonda Crowder" ;
    schema1:sameAs <http://viaf.org/viaf/71561757>,
        wd:Q123584684,
        <https://isni.org/isni/0000000073668889> .

