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

<http://data.bibliotheken.nl/id/thes/p186640730> a schema1:Person ;
    rdfs:label "Coluccini, Angelo" ;
    schema1:familyName "Coluccini" ;
    schema1:givenName "Angelo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7efa275229eddde6f98b1a01902f5e56> ;
    schema1:name "Angelo Coluccini" ;
    schema1:sameAs <http://viaf.org/viaf/285636157>,
        <https://isni.org/isni/0000000391786207> .

