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

<http://data.bibliotheken.nl/id/dbnlt/nore002jane02> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Jan en Janneke in Canada  /  K.  Norel" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/nore002> ;
    schema1:bookEdition "2de druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "nore002jane02" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/lutz013> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a9441b78c4276b179c8cf004de1cdb8> ;
    schema1:name "Jan en Janneke in Canada" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/e822e3c3422fcd019d654952f9c8e18a> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=nore002jane02> .

