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

<http://data.bibliotheken.nl/id/thes/p205168280> a schema1:Person ;
    rdfs:label "Muller, E. (leermiddelen ; bedrijfsadministratie)" ;
    schema1:familyName "Muller" ;
    schema1:givenName "E." ;
    schema1:hasOccupation "leermiddelen ; bedrijfsadministratie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3faa7573661f8cb625db0fa8a2796bdd> ;
    schema1:name "E. Muller" ;
    schema1:sameAs <http://viaf.org/viaf/285808666>,
        <https://isni.org/isni/0000000391843742> .

