@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/p070115869> a schema1:Person ;
    rdfs:label "Barth, Fredrik (1928-)" ;
    schema1:birthDate "1928" ;
    schema1:familyName "Barth" ;
    schema1:givenName "Fredrik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f640ce0a746067d33c2067bf0645b3f6> ;
    schema1:name "Fredrik Barth" ;
    schema1:sameAs <http://viaf.org/viaf/109146243>,
        wd:Q466998,
        <https://isni.org/isni/0000000109326275> .

