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

<http://data.bibliotheken.nl/id/thes/p07184998X> a schema1:Person ;
    rdfs:label "B., K.A." ;
    schema1:familyName "B." ;
    schema1:givenName "K.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5bd5b757d84775c9659c88782f50e342> ;
    schema1:name "K.A. B." ;
    schema1:sameAs <http://viaf.org/viaf/291283796>,
        <https://isni.org/isni/0000000396359941> .

