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

<http://data.bibliotheken.nl/id/thes/p068587996> a schema1:Person ;
    rdfs:label "Salomons, Robert Paul" ;
    schema1:familyName "Salomons" ;
    schema1:givenName "Robert Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f4dca7361221120e9b0abf7fc44bdfb> ;
    schema1:name "Robert Paul Salomons" ;
    schema1:sameAs <http://viaf.org/viaf/14816690>,
        <https://isni.org/isni/0000000062990012> .

