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

<http://data.bibliotheken.nl/id/thes/p075124068> a schema1:Person ;
    rdfs:label "Lehmann, Dorothee" ;
    schema1:familyName "Lehmann" ;
    schema1:givenName "Dorothee" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a559215e3dec8d467a3a85abe173327f> ;
    schema1:name "Dorothee Lehmann" ;
    schema1:sameAs <http://viaf.org/viaf/306176505> .

