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

<http://data.bibliotheken.nl/id/thes/p085302163> a schema1:Person ;
    rdfs:label "Joe, Richeline Christine" ;
    schema1:familyName "Joe" ;
    schema1:givenName "Richeline Christine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25caa16a74bcd57526edced23d72e988> ;
    schema1:name "Richeline Christine Joe" ;
    schema1:sameAs <http://viaf.org/viaf/205409181>,
        <https://isni.org/isni/0000000385545538> .

