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

<http://data.bibliotheken.nl/id/dbnlt/marx002enig02> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De enige weg  /  Cissy van Marxveldt" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/marx002> ;
    schema1:bookEdition "2de druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "marx002enig02" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p421570148> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/221e963bda3711f7ab63575ddcdb384b> ;
    schema1:name "De enige weg" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/c9ca4d7caedead2ad6f249e1c1aa8347> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=marx002enig02> .

