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

<http://data.bibliotheken.nl/id/thes/p07001261X> a schema1:Person ;
    rdfs:label "Debruyne, Ludo" ;
    schema1:description "mb" ;
    schema1:familyName "Debruyne" ;
    schema1:givenName "Ludo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2833d489b7cfe370519feaf13b05af3> ;
    schema1:name "Ludo Debruyne" ;
    schema1:sameAs <http://viaf.org/viaf/280713865>,
        <https://isni.org/isni/0000000387683336> .

