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

<http://data.bibliotheken.nl/id/thes/p185562973> a schema1:Person ;
    rdfs:label "Baron, Adam" ;
    schema1:familyName "Baron" ;
    schema1:givenName "Adam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2995b62db264dc21e9461e975825fad6> ;
    schema1:name "Adam Baron" ;
    schema1:sameAs <http://viaf.org/viaf/77253826>,
        <https://isni.org/isni/0000000039175538> .

