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

<http://data.bibliotheken.nl/id/thes/p24009350X> a schema1:Person ;
    rdfs:label "Buist, Gerrit (afvalstoffen)" ;
    schema1:familyName "Buist" ;
    schema1:givenName "Gerrit" ;
    schema1:hasOccupation "afvalstoffen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c39e5148c4bbb546e18cbe589c059932> ;
    schema1:name "Gerrit Buist" ;
    schema1:sameAs <http://viaf.org/viaf/287783108>,
        <https://isni.org/isni/0000000393486742> .

