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

<http://data.bibliotheken.nl/id/dbnlt/betl002metk01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Met Kwikje is er altijd wat!  /  Frederik August  Betlem" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/betl002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "betl002metk01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/veen076> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0837e68b3c61de23fa3ff6a9942a3ecc> ;
    schema1:name "Met Kwikje is er altijd wat!" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/7f1e9735dd30c9c714e5b2436518bb15> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=betl002metk01> .

