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

<http://data.bibliotheken.nl/id/thes/p363024212> a schema1:Person ;
    rdfs:label "Bianchi, Alberto" ;
    schema1:familyName "Bianchi" ;
    schema1:givenName "Alberto" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bac1a356baab8a4dbf85cf3d4f2ad751> ;
    schema1:name "Alberto Bianchi" ;
    schema1:sameAs <http://viaf.org/viaf/305817285> .

