@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/p068232950> a schema1:Person ;
    rdfs:label "Metz, Johannes Baptist (1928-)" ;
    schema1:birthDate "1928" ;
    schema1:familyName "Metz" ;
    schema1:givenName "Johannes Baptist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/31c2b8245283e84ae238fb9af33a88f0> ;
    schema1:name "Johannes Baptist Metz" ;
    schema1:sameAs <http://viaf.org/viaf/110500158>,
        wd:Q67696,
        <https://isni.org/isni/0000000109346823> .

