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

<http://data.bibliotheken.nl/id/thes/p258644753> a schema1:Person ;
    rdfs:label "Pannekoek, Linda" ;
    schema1:description "pasta" ;
    schema1:familyName "Pannekoek" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8d50d87854850db04fd4f79f7aa2dc87> ;
    schema1:name "Linda Pannekoek" ;
    schema1:sameAs <http://viaf.org/viaf/290453306>,
        <https://isni.org/isni/0000000395691766> .

