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

<http://data.bibliotheken.nl/id/thes/p071052933> a schema1:Person ;
    rdfs:label "Brys, Michaël" ;
    schema1:familyName "Brys" ;
    schema1:givenName "Michaël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f18e6c917b9f614e79b30bf9224d6708> ;
    schema1:name "Michaël Brys" ;
    schema1:sameAs <http://viaf.org/viaf/27154481>,
        <https://isni.org/isni/0000000028565223> .

