@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/p115380809> a schema1:Person ;
    rdfs:label "Bouckaert, Bruno" ;
    schema1:familyName "Bouckaert" ;
    schema1:givenName "Bruno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2b11ac23bc92d3749add8edc264427bf> ;
    schema1:name "Bruno Bouckaert" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/54326074>,
        wd:Q2926658,
        <https://isni.org/isni/0000000046910836> .

