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

<http://data.bibliotheken.nl/id/thes/p072764988> a schema1:Person ;
    rdfs:label "Strauss, Robert" ;
    schema1:familyName "Strauss" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f88076b353da6626902846d2364e2e3> ;
    schema1:name "Robert Strauss" ;
    schema1:sameAs <http://viaf.org/viaf/164877380>,
        <https://isni.org/isni/0000000118048676> .

