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

<http://data.bibliotheken.nl/id/thes/p456060316> a schema1:Person ;
    rdfs:label "Becciu, Antonello" ;
    schema1:familyName "Becciu" ;
    schema1:givenName "Antonello" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c3b08a10c24064cd2c3502af01b4c834> ;
    schema1:name "Antonello Becciu" .

