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

<http://data.bibliotheken.nl/id/thes/p33437183X> a schema1:Person ;
    rdfs:label "King, Lucy (damesromans)" ;
    schema1:familyName "King" ;
    schema1:givenName "Lucy" ;
    schema1:hasOccupation "damesromans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a08c3acce4fae71d0cd75c9416dad10> ;
    schema1:name "Lucy King" ;
    schema1:sameAs <http://viaf.org/viaf/288265604>,
        <https://isni.org/isni/0000000393861012> .

