@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/p06797242X> a schema1:Person ;
    rdfs:label "Random, Michel" ;
    schema1:familyName "Random" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e81952124313b0f35d4a45c35c60b06> ;
    schema1:name "Michel Random" ;
    schema1:sameAs <http://viaf.org/viaf/109837245>,
        wd:Q3310655,
        <https://isni.org/isni/0000000110325456> .

