@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/p06872666X> a schema1:Person ;
    rdfs:label "Volk, Hermann (1903-1988)" ;
    schema1:birthDate "1903" ;
    schema1:deathDate "1988" ;
    schema1:description "Kardinaal" ;
    schema1:familyName "Volk" ;
    schema1:givenName "Hermann" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5ff19fd09088030c8f0da407a282c6a> ;
    schema1:name "Hermann Volk" ;
    schema1:sameAs <http://viaf.org/viaf/805245>,
        wd:Q61893,
        <https://isni.org/isni/000000010862078X> .

