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

<http://data.bibliotheken.nl/id/thes/p138278695> a schema1:Person ;
    rdfs:label "Lux, Robert" ;
    schema1:familyName "Lux" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40f363261b7d66ee5822374a140773ba> ;
    schema1:name "Robert Lux" ;
    schema1:sameAs <http://viaf.org/viaf/17915569>,
        <https://isni.org/isni/0000000396697414> .

