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

<http://data.bibliotheken.nl/id/thes/p183929888> a schema1:Person ;
    rdfs:label "Kraus, Sabine" ;
    schema1:description "E-Quality" ;
    schema1:familyName "Kraus" ;
    schema1:givenName "Sabine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/def5f3e55052a84fa9e1c4f8cfba084a> ;
    schema1:name "Sabine Kraus" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/248877058>,
        <https://isni.org/isni/0000000393318941> .

