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

<http://data.bibliotheken.nl/id/dbnlt/pete080olij13> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De olijke tweeling spant de kroon  /  Arja  Peters" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/pete080> ;
    schema1:bookEdition "7de druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "pete080olij13" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/borr003> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0c546eb6b7b87b342a468a9524adaefc> ;
    schema1:name "De olijke tweeling spant de kroon" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/49710089905cc963affe4cb255eb5c1c> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=pete080olij13> .

