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

<http://data.bibliotheken.nl/id/thes/p168014351> a schema1:Person ;
    rdfs:label "Westhof, Florieke" ;
    schema1:description "Is onderzoeker arbeidsvraagstukken bij het EIM",
        "drs." ;
    schema1:familyName "Westhof" ;
    schema1:givenName "Florieke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8813f42b5f808c24b29d2f4e789a303d> ;
    schema1:name "Florieke Westhof" ;
    schema1:sameAs <http://viaf.org/viaf/288428426>,
        <https://isni.org/isni/0000000393995686> .

