@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/p07124526X> a schema1:Person ;
    rdfs:label "Michl, Reinhard (1948-)" ;
    schema1:birthDate "1948" ;
    schema1:familyName "Michl" ;
    schema1:givenName "Reinhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bd9de7f85a07a88abf71a1ca1f61a688> ;
    schema1:name "Reinhard Michl" ;
    schema1:sameAs <http://viaf.org/viaf/102369019>,
        wd:Q1618875,
        <https://isni.org/isni/0000000109295974> .

