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

<http://data.bibliotheken.nl/id/thes/p104267836> a schema1:Person ;
    rdfs:label "Borst, Wim (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Borst" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a25da854bab238f1300876f175c568c2> ;
    schema1:name "Wim Borst" ;
    schema1:sameAs <http://viaf.org/viaf/32917040>,
        wd:Q29436502,
        <https://isni.org/isni/0000000016229329> .

