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

<http://data.bibliotheken.nl/id/thes/p192806815> a schema1:Person ;
    rdfs:label "Burnetas, Apostolos" ;
    schema1:familyName "Burnetas" ;
    schema1:givenName "Apostolos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/09b6480387b00fd7f8eaf57689844a0f> ;
    schema1:name "Apostolos Burnetas" ;
    schema1:sameAs <http://viaf.org/viaf/286024459>,
        <https://isni.org/isni/0000000392051106> .

