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

<http://data.bibliotheken.nl/id/thes/p071728902> a schema1:Person ;
    rdfs:label "Monod, René" ;
    schema1:description "mb" ;
    schema1:familyName "Monod" ;
    schema1:givenName "René" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8c21c90e2a17e73e30e1ab2cf222e09> ;
    schema1:name "René Monod" ;
    schema1:sameAs <http://viaf.org/viaf/286542380>,
        <https://isni.org/isni/0000000392504400> .

