@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/p075157012> a schema1:Person ;
    rdfs:label "Wurts, Janny" ;
    schema1:familyName "Wurts" ;
    schema1:givenName "Janny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9f543ae6ed64b1cb738a12c5ef482ab7> ;
    schema1:name "Janny Wurts" ;
    schema1:sameAs <http://viaf.org/viaf/19915813>,
        wd:Q462138,
        <https://isni.org/isni/0000000116043994> .

