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

<http://data.bibliotheken.nl/id/thes/p072816902> a schema1:Person ;
    rdfs:label "Michel, René" ;
    schema1:familyName "Michel" ;
    schema1:givenName "René" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4533771993d98267e13067dc22051abc> ;
    schema1:name "René Michel" ;
    schema1:sameAs <http://viaf.org/viaf/54600907>,
        <https://isni.org/isni/0000000397784130> .

