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

<http://data.bibliotheken.nl/id/dbnlt/hees002zesv01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Zes viercante witte manden'  /  C.L.  Heesakkers" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/hees002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "artikel",
        "sec - letterkunde" ;
    schema1:identifier "hees002zesv01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8aeccd74af4a7a97dc385de71c88e789> ;
    schema1:name "'Zes viercante witte manden'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=hees002zesv01> .

