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

<http://data.bibliotheken.nl/id/thes/p078360536> a schema1:Person ;
    rdfs:label "Fennessy, R.R. (1923-)" ;
    schema1:birthDate "1923" ;
    schema1:description "O.F.M." ;
    schema1:familyName "Fennessy" ;
    schema1:givenName "R.R." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9b7221158a0f2253ea3f9e0a58640a74> ;
    schema1:name "R.R. Fennessy" ;
    schema1:sameAs <http://viaf.org/viaf/60618838>,
        <https://isni.org/isni/0000000061540618> .

