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

<http://data.bibliotheken.nl/id/thes/p075076950> a schema1:Person ;
    rdfs:label "Krause, Ute (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:description "illustrator" ;
    schema1:familyName "Krause" ;
    schema1:givenName "Ute" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74409646d7b01f945a78ab403ca39fda> ;
    schema1:name "Ute Krause" ;
    schema1:sameAs <http://viaf.org/viaf/45497710>,
        wd:Q2503015,
        <https://isni.org/isni/000000011875559X> .

