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

<http://data.bibliotheken.nl/id/thes/p318914662> a schema1:Person ;
    rdfs:label "Schwartz, Olivier" ;
    schema1:familyName "Schwartz" ;
    schema1:givenName "Olivier" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc2f2f6d421f7dc119065c87a6effc05> ;
    schema1:name "Olivier Schwartz" ;
    schema1:sameAs <http://viaf.org/viaf/36939115>,
        wd:Q3351374,
        <https://isni.org/isni/0000000109355631> .

