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

<http://data.bibliotheken.nl/id/dbnlt/betl002metd02> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Met de zon in je hart  /  Frederik August  Betlem" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/betl002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "betl002metd02" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/bijl054> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9d0402d4ec48139c24b0f959fd846fd> ;
    schema1:name "Met de zon in je hart" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/8111e2bbf9ab1dd8faf19175477becfc> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=betl002metd02> .

