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

<http://data.bibliotheken.nl/id/thes/p073278815> a schema1:Person ;
    rdfs:label "Bellini, F. (illustrator)" ;
    schema1:familyName "Bellini" ;
    schema1:givenName "F." ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/887d10587e9d615956b9e895b6e28922> ;
    schema1:name "F. Bellini" ;
    schema1:sameAs <http://viaf.org/viaf/288618655>,
        <https://isni.org/isni/0000000394195218> .

