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

<http://data.bibliotheken.nl/id/thes/p070942552> a schema1:Person ;
    rdfs:label "Van Belle, Gilbert (1947-)" ;
    schema1:alternateName "Belle, G. van",
        "Belle, Gilbert Van",
        "Belle, Gilbert van",
        "Van Belle, G." ;
    schema1:birthDate "1947" ;
    schema1:description "docent faculteit Godgeleerdheid K.U. Leuven" ;
    schema1:familyName "Van Belle" ;
    schema1:givenName "Gilbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d46a468ab8fd1c94cfcff52d76d7ca4a> ;
    schema1:name "Gilbert Van Belle" ;
    schema1:sameAs <http://viaf.org/viaf/52909399>,
        <https://isni.org/isni/000000011763573X> .

