feat: whole bunch of shit
This commit is contained in:
19
examples/Books/Minimal.md
Normal file
19
examples/Books/Minimal.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Alice
|
||||
datePublished: 2025-08-01
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: Untitled
|
||||
author:
|
||||
@type: Person
|
||||
name: Unknown
|
||||
---
|
||||
|
||||
# Untitled
|
||||
|
||||
## Review
|
||||
A mysterious book that leaves everything to the imagination.
|
18
examples/Books/NoAuthor.md
Normal file
18
examples/Books/NoAuthor.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Eve
|
||||
datePublished: 2025-08-15
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: Anonymous Poems
|
||||
reviewBody: "Short, haunting, and powerful verses."
|
||||
reviewRating: 4/5
|
||||
---
|
||||
|
||||
# Anonymous Poems
|
||||
|
||||
## Review
|
||||
Short, haunting, and powerful verses.
|
19
examples/Books/NoBody.md
Normal file
19
examples/Books/NoBody.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Clara
|
||||
datePublished: 2025-08-10
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: 1984
|
||||
author:
|
||||
@type: Person
|
||||
name: George Orwell
|
||||
reviewRating: 10/10
|
||||
---
|
||||
|
||||
# 1984
|
||||
|
||||
## Review
|
28
examples/Books/NoRating.md
Normal file
28
examples/Books/NoRating.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
@context: https://schema.org
|
||||
@type: Review
|
||||
author:
|
||||
@type: Person
|
||||
name: Bob
|
||||
datePublished: 2025-08-05
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
name: War and Peace
|
||||
author:
|
||||
@type: Person
|
||||
name: Leo Tolstoy
|
||||
reviewAspect:
|
||||
- Length
|
||||
- Complexity
|
||||
- Characters
|
||||
positiveNotes:
|
||||
- Rich storytelling
|
||||
- Deep philosophical themes
|
||||
negativeNotes:
|
||||
- Overwhelmingly long
|
||||
---
|
||||
|
||||
# War and Peace
|
||||
|
||||
## Review
|
||||
An epic novel that rewards patient readers but can feel exhausting at times.
|
17
examples/Books/TheGreatGatsby.md
Normal file
17
examples/Books/TheGreatGatsby.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
@type: Review
|
||||
author:
|
||||
name: Max Richter
|
||||
itemReviewed:
|
||||
@type: Book
|
||||
author:
|
||||
name: F. Scott Fitzgerald
|
||||
reviewRating: 5
|
||||
---
|
||||
|
||||
# The Great Gatsby
|
||||
|
||||
## Review
|
||||
A brilliant novel that captures the glamour and disillusionment of the Jazz Age.
|
||||
The writing is lyrical and immersive, and the themes of wealth, love, and loss remain relevant today.
|
||||
While some characters come across as emotionally flat, the overall impact is unforgettable.
|
Reference in New Issue
Block a user