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

<http://data.bibliotheken.nl/id/thes/p423099957> a schema1:Person ;
    rdfs:label "Roebers, Djim" ;
    schema1:familyName "Roebers" ;
    schema1:givenName "Djim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ace550955f4d770e3ee7197085f6f0d2> ;
    schema1:name "Djim Roebers" ;
    schema1:sameAs <http://viaf.org/viaf/69156495296417560740>,
        <https://isni.org/isni/000000047698398X> .

