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

<http://data.bibliotheken.nl/id/thes/p329086995> a schema1:Person ;
    rdfs:label "Joosten, Bart" ;
    schema1:description "leermiddelen rekenen" ;
    schema1:familyName "Joosten" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed0ad52f8cf42d7c402e400532f0822a> ;
    schema1:name "Bart Joosten" ;
    schema1:sameAs <http://viaf.org/viaf/289402971>,
        <https://isni.org/isni/0000000394801599> .

