@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/p069366489> a schema1:Person ;
    rdfs:label "Kokoschka, Oskar (1886-1980)" ;
    schema1:birthDate "1886" ;
    schema1:deathDate "1980" ;
    schema1:description "kunstschilder" ;
    schema1:familyName "Kokoschka" ;
    schema1:givenName "Oskar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c1b5125c76bbe4b2acbe3d9651f2e5ec> ;
    schema1:name "Oskar Kokoschka" ;
    schema1:sameAs <http://viaf.org/viaf/31998450>,
        wd:Q154260,
        <https://isni.org/isni/0000000121266113> .

