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

<http://data.bibliotheken.nl/id/thes/p310275113> a schema1:Person ;
    rdfs:label "Houweling, Ruud (rekenen)" ;
    schema1:description "leermiddelen rekenen" ;
    schema1:familyName "Houweling" ;
    schema1:givenName "Ruud" ;
    schema1:hasOccupation "rekenen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/72e3506bc779675c551eb7b368e163f3> ;
    schema1:name "Ruud Houweling" ;
    schema1:sameAs <http://viaf.org/viaf/283219670>,
        <https://isni.org/isni/0000000389729537> .

