@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p242858473> a schema1:Person ;
    rdfs:label "Roelofs, Emil" ;
    schema1:familyName "Roelofs" ;
    schema1:givenName "Emil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad1ac00cde2df217d5e3b1965c9d3aea> ;
    schema1:name "Emil Roelofs" ;
    schema1:sameAs <http://viaf.org/viaf/286724608>,
        <https://isni.org/isni/0000000392617237> .

