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

<http://data.bibliotheken.nl/id/thes/p355247909> a schema1:Person ;
    rdfs:label "Lampe, Barbara" ;
    schema1:description "Vert." ;
    schema1:familyName "Lampe" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e753e1440b38172d8b18d8451d905e73> ;
    schema1:name "Barbara Lampe" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/30142040>,
        <https://isni.org/isni/0000000423098805> .

