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

<http://data.bibliotheken.nl/id/dbnlt/haan008feui01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Feuilletons in het Algemeen Handelsblad 1919-1924  /  Jacob Israël de Haan" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/haan008> ;
    schema1:bookEdition "1ste druk" ;
    schema1:editor <http://data.bibliotheken.nl/id/dbnla/gieb001> ;
    schema1:genre "non-fictie",
        "non-fictie/essays-opstellen" ;
    schema1:identifier "haan008feui01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d78e9cf9b144596e6d0c2edcc8639ecf> ;
    schema1:name "Feuilletons in het Algemeen Handelsblad 1919-1924" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=haan008feui01> .

