@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/p28825886X> a schema1:Person ;
    rdfs:label "Bingono, Brice (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Bingono" ;
    schema1:givenName "Brice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0dff618a6fe4890ab0197d452ef1799b> ;
    schema1:name "Brice Bingono" ;
    schema1:sameAs <http://viaf.org/viaf/230361792>,
        wd:Q2925078,
        <https://isni.org/isni/000000036598551X> .

