@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/p07176870X> a schema1:Person ;
    rdfs:label "Bea, Augustinus (1881-1968 ; kardinaal)" ;
    schema1:alternateName "Beo, A.",
        "Beo, Agostino",
        "Beo, Augustin" ;
    schema1:birthDate "1881" ;
    schema1:deathDate "1968" ;
    schema1:familyName "Bea" ;
    schema1:givenName "Augustinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/029680453410fba80b0b264b72f39234> ;
    schema1:name "Augustinus Bea" ;
    schema1:sameAs <http://viaf.org/viaf/71432007>,
        wd:Q61060 .

