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

<http://data.bibliotheken.nl/id/thes/p089736869> a schema1:Person ;
    rdfs:label "Baumann, Frank V. (1965-)" ;
    schema1:alternateName "Baumann, Frank V." ;
    schema1:birthDate "1965" ;
    schema1:familyName "Baumann" ;
    schema1:givenName "Frank V." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/085e03d642e6214d4cb9cae7b30b6777> ;
    schema1:name "Frank V. Baumann" ;
    schema1:sameAs <http://viaf.org/viaf/7724161212215740070000>,
        <https://isni.org/isni/0000000391474182> .

