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

<http://data.bibliotheken.nl/id/thes/p148606105> a schema1:Person ;
    rdfs:label "Steinbacher, Dorothea" ;
    schema1:familyName "Steinbacher" ;
    schema1:givenName "Dorothea" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8fc611e12e87b5497ac391a18f8a746> ;
    schema1:name "Dorothea Steinbacher" ;
    schema1:sameAs <http://viaf.org/viaf/37613146>,
        <https://isni.org/isni/0000000011830908> .

