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

<http://data.bibliotheken.nl/id/thes/p164954538> a schema1:Person ;
    rdfs:label "Brunt, Ewout" ;
    schema1:description "neuroloog" ;
    schema1:familyName "Brunt" ;
    schema1:givenName "Ewout" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b10a650101d40c826946a7c98ca02087> ;
    schema1:name "Ewout Brunt" ;
    schema1:sameAs <http://viaf.org/viaf/289292231>,
        <https://isni.org/isni/000000036898546X> .

