@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/p121730816> a schema1:Person ;
    rdfs:label "Röntgen, Johannes (1898-1969)" ;
    schema1:birthDate "1898" ;
    schema1:deathDate "1969" ;
    schema1:description "Röntgen",
        "componist" ;
    schema1:familyName "Röntgen" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/babef7b8b17201d967ba84c1baf81405> ;
    schema1:name "Johannes Röntgen" ;
    schema1:sameAs <http://viaf.org/viaf/287752735>,
        wd:Q928553,
        <https://isni.org/isni/0000000393465749> .

