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

<http://data.bibliotheken.nl/id/thes/p086500465> a schema1:Person ;
    rdfs:label "Broer, Bram" ;
    schema1:familyName "Broer" ;
    schema1:givenName "Bram" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6407fa3afab35f4c303a92ad081f9a40> ;
    schema1:name "Bram Broer" ;
    schema1:sameAs <http://viaf.org/viaf/282506870> .

