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

<http://data.bibliotheken.nl/id/thes/p069542112> a schema1:Person ;
    rdfs:label "Dart, Alan" ;
    schema1:familyName "Dart" ;
    schema1:givenName "Alan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb7900ed36ec3f02e7f25d9318db4690> ;
    schema1:name "Alan Dart" ;
    schema1:sameAs <http://viaf.org/viaf/94536376>,
        <https://isni.org/isni/0000000073584431> .

