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

<http://data.bibliotheken.nl/id/thes/p340998903> a schema1:Person ;
    rdfs:label "Schiller, Noël" ;
    schema1:description "kunsthistoricus" ;
    schema1:familyName "Schiller" ;
    schema1:givenName "Noël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/64b344a7e44ac5eae617b351e67af497> ;
    schema1:name "Noël Schiller" ;
    schema1:sameAs <http://viaf.org/viaf/283411474> .

