@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/p321318765> a schema1:Person ;
    rdfs:label "De Brabander, Ludo" ;
    schema1:familyName "De Brabander" ;
    schema1:givenName "Ludo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8015fb158856cda2082af637799b274> ;
    schema1:name "Ludo De Brabander" ;
    schema1:sameAs <http://viaf.org/viaf/107965200>,
        wd:Q62080170,
        <https://isni.org/isni/0000000077601243> .

