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

<http://data.bibliotheken.nl/id/thes/p082576939> a schema1:Person ;
    rdfs:label "Barany, Les" ;
    schema1:familyName "Barany" ;
    schema1:givenName "Les" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e67b1f1a6bbf9f27ce5730befc5a9fd> ;
    schema1:name "Les Barany" ;
    schema1:sameAs <http://viaf.org/viaf/200424600>,
        <https://isni.org/isni/0000000393303635> .

