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

<http://data.bibliotheken.nl/id/thes/p18861625X> a schema1:Person ;
    rdfs:label "Albert, Susan Wittig" ;
    schema1:alternateName "Albert, Susan" ;
    schema1:familyName "Albert" ;
    schema1:givenName "Susan Wittig" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f84b349a7bff7a057bb86ee20d0e1920> ;
    schema1:name "Susan Wittig Albert" ;
    schema1:sameAs <http://viaf.org/viaf/286367594> .

