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

<http://data.bibliotheken.nl/id/thes/p314525327> a schema1:Person ;
    rdfs:label "László, Szöke" ;
    schema1:familyName "László" ;
    schema1:givenName "Szöke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/698becbc34503c8669acc29fce0bc4a8> ;
    schema1:name "Szöke László" ;
    schema1:sameAs <http://viaf.org/viaf/187819075>,
        <https://isni.org/isni/0000000388563133> .

