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

<http://data.bibliotheken.nl/id/thes/p120256673> a schema1:Person ;
    rdfs:label "Andrews, Bart" ;
    schema1:familyName "Andrews" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f57b59a31b99d1e63ce9fc70b57f0855> ;
    schema1:name "Bart Andrews" ;
    schema1:sameAs <http://viaf.org/viaf/3759011> .

