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

<http://data.bibliotheken.nl/id/thes/p070250936> a schema1:Person ;
    rdfs:label "Adams, Linda" ;
    schema1:description "mb" ;
    schema1:familyName "Adams" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6f9dd2aced63b754c9f3c13bbedc1c37> ;
    schema1:name "Linda Adams" ;
    schema1:sameAs <http://viaf.org/viaf/6824840>,
        <https://isni.org/isni/0000000073587122> .

