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

<http://data.bibliotheken.nl/id/thes/p260062618> a schema1:Person ;
    rdfs:label "Stevens, Philipinne" ;
    schema1:familyName "Stevens" ;
    schema1:givenName "Philipinne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8e99c1922b8ab34d52de00293f9d83e> ;
    schema1:name "Philipinne Stevens" ;
    schema1:sameAs <http://viaf.org/viaf/281851492>,
        <https://isni.org/isni/000000038869052X> .

