@prefix rdfhtml: <https://ia2.dev/spec/rdf-html#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://ia2.dev/spec/rdf-html/examples/alice-rabbit-hole#document>
    a rdfhtml:Document ;
    rdfhtml:base <https://www.gutenberg.org/cache/epub/11/> ;
    dcterms:conformsTo <https://ia2.dev/spec/rdf-html/vocabulary/rdf-html-2026-07-18.ttl> ;
    dcterms:title "Down the Rabbit-Hole" ;
    dcterms:source <https://www.gutenberg.org/ebooks/11> ;
    dcterms:license <https://www.gutenberg.org/policy/license> ;
    dcterms:creator "Lewis Carroll" ;
    dcterms:description "Text-only excerpt from a work identified by Project Gutenberg as public domain in the United States; Project Gutenberg branding and license text are not reproduced." ;
    rdfhtml:children (
        [
            a rdfhtml:DocumentType ;
            rdfhtml:documentTypeName "html"
        ]
        [
            a rdfhtml:Html ;
            rdfhtml:lang "en" ;
            rdfhtml:children (
                [
                    a rdfhtml:Head ;
                    rdfhtml:children (
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Meta ;
                            rdfhtml:charset "utf-8"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Title ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "Down the Rabbit-Hole"
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Style ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    body { background: #fffdf7; color: #29241d; font: 1.1rem/1.75 Georgia, serif; margin: 0 auto; max-width: 44rem; padding: 4rem 1.25rem; }\n    h1, h2 { font-weight: 500; text-align: center; }\n    h1 { font-size: 2.8rem; margin-bottom: .25rem; }\n    h2 { font-size: 1.35rem; letter-spacing: .08em; text-transform: uppercase; }\n    p { margin: 1.2rem 0; }\n    footer { border-top: 1px solid #cfc6b8; color: #655d52; font: .85rem/1.5 system-ui, sans-serif; margin-top: 3rem; padding-top: 1rem; }\n  "
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n"
                        ]
                    )
                ]
                [
                    a rdfhtml:Text ;
                    rdfhtml:data "\n"
                ]
                [
                    a rdfhtml:Body ;
                    rdfhtml:children (
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Main ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    "
                                ]
                                [
                                    a rdfhtml:Article ;
                                    rdfhtml:children (
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:H1 ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Alice’s Adventures in Wonderland"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:H2 ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Chapter I: Down the Rabbit-Hole"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:P ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, “and what is the use of a book,” thought Alice “without pictures or conversations?”"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:P ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "So she was considering in her own mind, as well as she could, for the hot day made her feel very sleepy and stupid, whether the pleasure of making a daisy-chain would be worth the trouble of getting up and picking the daisies, when suddenly a White Rabbit with pink eyes ran close by her."
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:P ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "There was nothing so very remarkable in that; nor did Alice think it so very much out of the way to hear the Rabbit say to itself, “Oh dear! Oh dear! I shall be late!”"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n    "
                                        ]
                                    )
                                ]
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    "
                                ]
                                [
                                    a rdfhtml:Footer ;
                                    rdfhtml:children (
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:P ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Text by Lewis Carroll, first published in 1865. This text-only excerpt was transcribed from "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://www.gutenberg.org/ebooks/11" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Project Gutenberg ebook 11"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data ". The catalog identifies the work as public domain in the United States. Project Gutenberg’s name appears here only as a source citation."
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n    "
                                        ]
                                    )
                                ]
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n  "
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n\n\n"
                        ]
                    )
                ]
            )
        ]
    ) .
