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

<http://data.bibliotheken.nl/id/thes/p33914887X> a schema1:Person ;
    rdfs:label "Sloot, Sieger" ;
    schema1:description "Door Ernest van der Kwast gebruikt als ps. voor de 1e dr. van Stand-in.",
        "pseud. van: Ernest Roelof Arend van der Kwast" ;
    schema1:familyName "Sloot" ;
    schema1:givenName "Sieger" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9b0a1db541f0e66e0834fb2086c63aa6> ;
    schema1:name "Sieger Sloot" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p239936248>,
        <http://viaf.org/viaf/287920488> .

