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

<http://data.bibliotheken.nl/id/thes/p370728513> a schema1:Person ;
    rdfs:label "Pantaleo, Luca (lawyer)" ;
    schema1:description "Doctoral researcher in international law and the European Union, University of Macerata, Italy" ;
    schema1:familyName "Pantaleo" ;
    schema1:givenName "Luca" ;
    schema1:hasOccupation "lawyer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5b65ed5d760638ed28eb93679da242fe> ;
    schema1:name "Luca Pantaleo" ;
    schema1:sameAs <http://viaf.org/viaf/273149066621365602245> .

