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

<http://data.bibliotheken.nl/id/thes/p25832144X> a schema1:Person ;
    rdfs:label "Mike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/18236041b98496f79cfa6dbca4d8d44c> ;
    schema1:name "Mike" ;
    schema1:sameAs <http://viaf.org/viaf/1369161211912140070001>,
        <https://isni.org/isni/0000000390812864> .

