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

<http://data.bibliotheken.nl/id/thes/p111061539> a schema1:Person ;
    rdfs:label "Rothweiler, Ineke" ;
    schema1:familyName "Rothweiler" ;
    schema1:givenName "Ineke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/67b4a46a2b3c235eb50c6b43ded4c7c5> ;
    schema1:name "Ineke Rothweiler" ;
    schema1:sameAs <http://viaf.org/viaf/280946247>,
        <https://isni.org/isni/0000000387899380> .

