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

<http://data.bibliotheken.nl/id/thes/p06773894X> a schema1:Person ;
    rdfs:label "Dollinger, Hans (1929-)" ;
    schema1:birthDate "1929" ;
    schema1:familyName "Dollinger" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c9fc27559888d4b086735ac14bb0d36c> ;
    schema1:name "Hans Dollinger" ;
    schema1:sameAs <http://viaf.org/viaf/802154983525967860007>,
        wd:Q15445618 .

