@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/p189658118> a schema1:Person ;
    rdfs:label "Roetzel, Bernhard (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Roetzel" ;
    schema1:givenName "Bernhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89c4af5ad9def0b0f89e3356ab7e240e> ;
    schema1:name "Bernhard Roetzel" ;
    schema1:sameAs <http://viaf.org/viaf/38882858>,
        wd:Q4894221,
        <https://isni.org/isni/0000000116240875> .

