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

<http://data.bibliotheken.nl/id/thes/p070064733> a schema1:Person ;
    rdfs:label "Slabbers, Ronald" ;
    schema1:description "ill." ;
    schema1:familyName "Slabbers" ;
    schema1:givenName "Ronald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff70e681e07e3dc981a7ce69d9cc4c3a> ;
    schema1:name "Ronald Slabbers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285524253>,
        <https://isni.org/isni/0000000391664429> .

