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

<http://data.bibliotheken.nl/id/thes/p426516532> a schema1:Person ;
    rdfs:label "Attila, Mahmut" ;
    schema1:familyName "Attila" ;
    schema1:givenName "Mahmut" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2105751239801f9ccb67d2f4f7af6f01> ;
    schema1:name "Mahmut Attila" .

