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

<http://data.bibliotheken.nl/id/dbnlt/butn001nood01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Noodlanding in de groene hel  /  Constant  Butner" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/butn001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "butn001nood01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/dalt003> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae82317712dbeedfe8c0c02d943e666b> ;
    schema1:name "Noodlanding in de groene hel" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/b4e4e67ceb57cb7d8b8b78ba7a76d17c> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=butn001nood01> .

