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

<http://data.bibliotheken.nl/id/thes/p310605504> a schema1:Person ;
    rdfs:label "David, Dieter" ;
    schema1:familyName "David" ;
    schema1:givenName "Dieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a94e7aa33f41f98255454f0946555ce> ;
    schema1:name "Dieter David" ;
    schema1:sameAs <http://viaf.org/viaf/289803762> .

