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

<http://data.bibliotheken.nl/id/thes/p069909539> a schema1:Person ;
    rdfs:label "Bridts, Leo" ;
    schema1:familyName "Bridts" ;
    schema1:givenName "Leo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc5db2a5597e6ab65aba1fb0cf54ec59> ;
    schema1:name "Leo Bridts" ;
    schema1:sameAs <http://viaf.org/viaf/86910745>,
        <https://isni.org/isni/0000000060622515> .

