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

<http://data.bibliotheken.nl/id/thes/p073560219> a schema1:Person ;
    rdfs:label "Fine, Alan" ;
    schema1:familyName "Fine" ;
    schema1:givenName "Alan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a9fd043ecc9c731e6cebb6c9edf621a> ;
    schema1:name "Alan Fine" ;
    schema1:sameAs <http://viaf.org/viaf/281548765>,
        <https://isni.org/isni/0000000369111633> .

