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

<http://data.bibliotheken.nl/id/thes/p331416557> a schema1:Person ;
    rdfs:label "Jansma, Linda (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Jansma" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7ab3ef921f413863d9b73378a9ee63b> ;
    schema1:name "Linda Jansma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/171491471>,
        wd:Q4949389,
        <https://isni.org/isni/0000000368757678> .

