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

<http://data.bibliotheken.nl/id/dbnlt/bake007reis01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Reisbrieven  /  John  Bake" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/bake007> ;
    schema1:bookEdition "1ste druk" ;
    schema1:editor <http://data.bibliotheken.nl/id/dbnla/berg018>,
        <http://data.bibliotheken.nl/id/dbnla/sche038> ;
    schema1:genre "briefroman",
        "proza",
        "reisbeschrijving" ;
    schema1:identifier "bake007reis01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p412653184> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/deda79336c3b0ad04631fbbd633a403f> ;
    schema1:name "Reisbrieven" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/1e23838b3daede8f8db8dbd392637dd4> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=bake007reis01> .

