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

<http://data.bibliotheken.nl/id/thes/p290801044> a schema1:Person ;
    rdfs:label "Sølling, Jesper" ;
    schema1:familyName "Sølling" ;
    schema1:givenName "Jesper" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1a057d03a39cb4f3b1286643a714a782> ;
    schema1:name "Jesper Sølling" ;
    schema1:sameAs <http://viaf.org/viaf/290095921>,
        <https://isni.org/isni/0000000395379588> .

