@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068536895> a schema1:Person ;
    rdfs:label "Bonnard, Pierre (1867-1947 ; Kunstschilder, illustrator)" ;
    schema1:birthDate "1867" ;
    schema1:deathDate "1947" ;
    schema1:description "mb" ;
    schema1:familyName "Bonnard" ;
    schema1:givenName "Pierre" ;
    schema1:hasOccupation "Kunstschilder, illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa024e412cd52f44f161df243a813cfa> ;
    schema1:name "Pierre Bonnard" ;
    schema1:sameAs <http://viaf.org/viaf/66499977>,
        wd:Q26408,
        <https://isni.org/isni/0000000109103856> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/bonn032> .

