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

<http://data.bibliotheken.nl/id/thes/p070197865> a schema1:Person ;
    rdfs:label "Curtis, Alan" ;
    schema1:description "dirigent, clavecinist" ;
    schema1:familyName "Curtis" ;
    schema1:givenName "Alan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f2a6eec51ac2a0c9ef334edb0725238> ;
    schema1:name "Alan Curtis" ;
    schema1:sameAs <http://viaf.org/viaf/114896592>,
        wd:Q965256,
        <https://isni.org/isni/0000000109379457> .

