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

<http://data.bibliotheken.nl/id/thes/p070797544> a schema1:Person ;
    rdfs:label "Slob, G.J." ;
    schema1:familyName "Slob" ;
    schema1:givenName "G.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/081ebf4f028fa50c7d26a358568b500a> ;
    schema1:name "G.J. Slob" ;
    schema1:sameAs <http://viaf.org/viaf/287507827>,
        <https://isni.org/isni/0000000393259179> .

