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

<http://data.bibliotheken.nl/id/thes/p098862642> a schema1:Person ;
    rdfs:label "Joosten, Froukje" ;
    schema1:description "onderwijs" ;
    schema1:familyName "Joosten" ;
    schema1:givenName "Froukje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d05e992b7ab280c03cdd8d241ff18b8> ;
    schema1:name "Froukje Joosten" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/33704558>,
        <https://isni.org/isni/0000000035521886> .

