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

<http://data.bibliotheken.nl/id/thes/p123752027> a schema1:Person ;
    rdfs:label "Menu, Johannes Mattheus Maria" ;
    schema1:alternateName "Menu, Hans" ;
    schema1:description "Voorwoord proefschrift (B9434776): Hans Menu",
        "mr." ;
    schema1:familyName "Menu" ;
    schema1:givenName "Johannes Mattheus Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff8551ce73d30e7d9db944cca045d807> ;
    schema1:name "Johannes Mattheus Maria Menu" ;
    schema1:sameAs <http://viaf.org/viaf/63257652>,
        <https://isni.org/isni/0000000031799354> .

