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

<http://data.bibliotheken.nl/id/dbnlt/luge001wiel01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Wie las wat in de negentiende eeuw' Een verkenning'  /  Bernt  Luger" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/luge001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "100 artikelen/negentiende eeuw",
        "artikel",
        "sec - letterkunde" ;
    schema1:identifier "luge001wiel01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/21a933546ce05c210dffd4ddb4797956> ;
    schema1:name "'Wie las wat in de negentiende eeuw' Een verkenning'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=luge001wiel01> .

