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

<http://data.bibliotheken.nl/id/thes/p396169090> a schema1:Person ;
    rdfs:label "Noot, Bert" ;
    schema1:description "redactie" ;
    schema1:familyName "Noot" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1c6f607d5fbe1aacb8104aa62f49c75> ;
    schema1:name "Bert Noot" ;
    schema1:sameAs <http://viaf.org/viaf/354147267017735482974> .

