@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/p240642120> a schema1:Person ;
    rdfs:label "Rothstein, Mikael" ;
    schema1:familyName "Rothstein" ;
    schema1:givenName "Mikael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3cfe3dab7894adeb01d869078cfc6133> ;
    schema1:name "Mikael Rothstein" ;
    schema1:sameAs <http://viaf.org/viaf/61794496>,
        wd:Q4398699,
        <https://isni.org/isni/0000000001224875> .

