@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/p17155096X> a schema1:Person ;
    rdfs:label "Bachmann, Reinhard (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Bachmann" ;
    schema1:givenName "Reinhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc14e1ac8b57c013a74640da3b72610b> ;
    schema1:name "Reinhard Bachmann" ;
    schema1:sameAs <http://viaf.org/viaf/51837929>,
        wd:Q2140567,
        <https://isni.org/isni/0000000114918275> .

