@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/p067902014> a schema1:Person ;
    rdfs:label "Mueller-Vollmer, Kurt (1928-)" ;
    schema1:alternateName "Müller-Vollmer, Kurt" ;
    schema1:birthDate "1928" ;
    schema1:familyName "Mueller-Vollmer" ;
    schema1:givenName "Kurt" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7802a20e0e6eb4513760fbbb4a0ec5dc> ;
    schema1:name "Kurt Mueller-Vollmer" ;
    schema1:sameAs <http://viaf.org/viaf/76368346>,
        wd:Q55314789,
        <https://isni.org/isni/0000000110715235> .

