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

<http://data.bibliotheken.nl/id/thes/p151920060> a schema1:Person ;
    rdfs:label "Filippo, G." ;
    schema1:familyName "Filippo" ;
    schema1:givenName "G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6178570a3ee363b83a74fb3ea9eb0455> ;
    schema1:name "G. Filippo" ;
    schema1:sameAs <http://viaf.org/viaf/284104933>,
        <https://isni.org/isni/0000000390466885> .

