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

<http://data.bibliotheken.nl/id/thes/p148280803> a schema1:Person ;
    rdfs:label "Roijackers, Wilma" ;
    schema1:familyName "Roijackers" ;
    schema1:givenName "Wilma" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f679119fb3b29753403d3e59832177e> ;
    schema1:name "Wilma Roijackers" ;
    schema1:sameAs <http://viaf.org/viaf/280483829>,
        <https://isni.org/isni/0000000387530954> .

