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

<http://data.bibliotheken.nl/id/thes/p07431212X> a schema1:Person ;
    rdfs:label "De Schaepdrijver, E." ;
    schema1:alternateName "Schaepdrijver, E. de" ;
    schema1:familyName "De Schaepdrijver" ;
    schema1:givenName "E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26e34d32b3d1988793dbfae20dc2d2da> ;
    schema1:name "E. De Schaepdrijver" ;
    schema1:sameAs <http://viaf.org/viaf/276381337> .

