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

<http://data.bibliotheken.nl/id/thes/p297257803> a schema1:Person ;
    rdfs:label "Mans, Linda" ;
    schema1:familyName "Mans" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2fbc4aef9de6593e9b069c2e13f35268> ;
    schema1:name "Linda Mans" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289877409>,
        <https://isni.org/isni/0000000395171015> .

