@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/p070774730> a schema1:Person ;
    rdfs:label "Rio, Michel (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Rio" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9f292f45189828a127ba8827352d0eea> ;
    schema1:name "Michel Rio" ;
    schema1:sameAs <http://viaf.org/viaf/268042596>,
        wd:Q3310715,
        <https://isni.org/isni/000000038335413X> .

