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

<http://data.bibliotheken.nl/id/thes/p430772602> a schema1:Person ;
    rdfs:label "Hoogervorst, Linda" ;
    schema1:familyName "Hoogervorst" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f35cab124d8bda88b6c8b853950088ac> ;
    schema1:name "Linda Hoogervorst" ;
    schema1:nationality "nl" ;
    schema1:sameAs <https://isni.org/isni/0000000492974610> .

