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

<http://data.bibliotheken.nl/id/thes/p25913340X> a schema1:Person ;
    rdfs:label "D'Hoore, Baudouin" ;
    schema1:familyName "D'Hoore" ;
    schema1:givenName "Baudouin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5c534b1de1ec849e62d887f2681f9c89> ;
    schema1:name "Baudouin D'Hoore" ;
    schema1:sameAs <http://viaf.org/viaf/281636168>,
        <https://isni.org/isni/0000000388432483> .

