@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/p159198119> a schema1:Person ;
    rdfs:label "Weiss, Johannes Cornelis (1928-2011)" ;
    schema1:birthDate "1928" ;
    schema1:deathDate "2011" ;
    schema1:familyName "Weiss" ;
    schema1:givenName "Johannes Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4029f56a9148a1fd7f8e8f466d707e0f> ;
    schema1:name "Johannes Cornelis Weiss" ;
    schema1:sameAs <http://viaf.org/viaf/291256142>,
        wd:Q19443050,
        <https://isni.org/isni/0000000396374834> .

