@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/p070096724> a schema1:Person ;
    rdfs:label "Durian, Wolf" ;
    schema1:description "1892-1969",
        "bron: https://fr.wikipedia.org/wiki/Wolf_Durian",
        "journalist, vertaler en kinderboekenschrijver",
        "pseud. van: Walther Wolfgang Bechtle" ;
    schema1:familyName "Durian" ;
    schema1:givenName "Wolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aefc1d13dc74e0da1884cef2f2e2f367> ;
    schema1:name "Wolf Durian" ;
    schema1:nationality "de" ;
    schema1:sameAs wd:Q2588640 .

