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

<http://data.bibliotheken.nl/id/dbnlt/haas013onde01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Het ondenkbare verhaal'  /  Hella S.  Haasse" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/haas013> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "non-fictie/essays-opstellen",
        "sec - letterkunde" ;
    schema1:identifier "haas013onde01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0543096f9a9608c5f1b9cc7ce2d95db2> ;
    schema1:name "'Het ondenkbare verhaal'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=haas013onde01> .

