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

<http://data.bibliotheken.nl/id/thes/p331891115> a schema1:Person ;
    rdfs:label "Bron, ... (fam.)" ;
    schema1:description "Stellingwerven" ;
    schema1:familyName "Bron" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/491c6d73a9f795219fca32f544bd6a7f> ;
    schema1:name "... Bron" ;
    schema1:sameAs <http://viaf.org/viaf/282585454> .

