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

<http://data.bibliotheken.nl/id/thes/p245583092> a schema1:Person ;
    rdfs:label "Pepers, Marjolijn" ;
    schema1:description "vertaler" ;
    schema1:familyName "Pepers" ;
    schema1:givenName "Marjolijn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c0261ea14706a4f78c576f4150bcf910> ;
    schema1:name "Marjolijn Pepers" ;
    schema1:sameAs <http://viaf.org/viaf/20776326>,
        <https://isni.org/isni/0000000435338220> .

