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

<http://data.bibliotheken.nl/id/thes/p06930808X> a schema1:Person ;
    rdfs:label "Eendebak, B.Th." ;
    schema1:description "KEMA Arnhem" ;
    schema1:familyName "Eendebak" ;
    schema1:givenName "B.Th." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e9ce4896bead49c3350eb8563de5b163> ;
    schema1:name "B.Th. Eendebak" ;
    schema1:sameAs <http://viaf.org/viaf/45678697>,
        <https://isni.org/isni/0000000026955025> .

