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

<http://data.bibliotheken.nl/id/thes/p146662423> a schema1:Person ;
    rdfs:label "Ferrarini, Guido (jurist)" ;
    schema1:description "Professor of Business Law and Capital Markets Law, University of Genoa" ;
    schema1:familyName "Ferrarini" ;
    schema1:givenName "Guido" ;
    schema1:hasOccupation "jurist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/78089d21830f9a93216e4d278a32ddbe> ;
    schema1:name "Guido Ferrarini" ;
    schema1:sameAs <http://viaf.org/viaf/5243169>,
        <https://isni.org/isni/0000000083528062> .

