# Urantia Papers MCP server

Free, open MCP server for The Urantia Papers. 197 papers, 14,500+ paragraphs, 4,400+ entities.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-urantia-urantia-papers
- Repository: https://github.com/urantia-hub/urantia-dev-api
- Website: https://urantia.dev

## Install
- Endpoint: https://api.urantia.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.urantia.dev/mcp

## Tools
- toc.get (Get Table of Contents) - Get the full table of contents of the Urantia Book. Returns all 4 parts and 197 papers with their titles. This is the best starting point to understand the book structure. Endpoint: https://api.urantia.dev/mcp
- papers.list (List Papers) - List all 197 papers in the Urantia Book with their metadata (id, title, partId, labels). Use toc.get for a hierarchical view instead. Endpoint: https://api.urantia.dev/mcp
- papers.get (Get Paper) - Get a single paper with all its paragraphs. Paper IDs range from 0 (Foreword) to 196. Optionally include entity mentions. Endpoint: https://api.urantia.dev/mcp
- papers.sections (Get Paper Sections) - Get all sections within a paper, ordered by section number. Useful for understanding paper structure before reading specific sections. Endpoint: https://api.urantia.dev/mcp
- paragraphs.random (Get Random Paragraph) - Get a random paragraph from the Urantia Book. Great for daily quotes, exploration, or discovering new passages. Endpoint: https://api.urantia.dev/mcp
- paragraphs.get (Get Paragraph) - Look up a specific paragraph by reference. Supports three formats: globalId ("1:2.0.1"), standardReferenceId ("2:0.1"), or paperSectionParagraphId ("2.0.1"). The format is auto-detected. Endpoint: https://api.urantia.dev/mcp
- paragraphs.context (Get Paragraph with Context) - Get a paragraph with surrounding context (N paragraphs before and after within the same paper). Useful for understanding passages in context. Endpoint: https://api.urantia.dev/mcp
- search.fulltext (Full-Text Search) - Full-text search across all Urantia Book paragraphs. Supports three modes: "and" (all words must appear, default), "or" (any word), "phrase" (exact phrase). Results ranked by relevance. Endpoint: https://api.urantia.dev/mcp
- search.semantic (Semantic Search) - Search the Urantia Book using semantic similarity (vector embeddings). Returns conceptually related results even without exact keyword matches. Requires OPENAI_API_KEY. Endpoint: https://api.urantia.dev/mcp
- entities.list (List Entities) - Browse the entity catalog: beings, places, orders, races, religions, and concepts mentioned in the Urantia Book. Supports filtering by type and searching by name. Endpoint: https://api.urantia.dev/mcp
- entities.get (Get Entity) - Get detailed information about a specific entity by its slug ID. Returns name, type, aliases, description, related entities, and citation count. Endpoint: https://api.urantia.dev/mcp
- entities.paragraphs (Get Entity Paragraphs) - Get all paragraphs that mention a specific entity, ordered by position in the text. Useful for studying everything said about a particular being, place, or concept. Endpoint: https://api.urantia.dev/mcp
- audio.get (Get Paragraph Audio) - Get the audio file URL for a specific paragraph. Accepts any paragraph reference format (globalId "1:2.0.1", standardReferenceId "2:0.1", or paperSectionParagraphId "2.0.1"). Endpoint: https://api.urantia.dev/mcp
- bible.books (List Bible Books) - List all 81 books of the World English Bible (eng-web): 39 Old Testament + 15 deuterocanonical + 27 New Testament. Each entry includes OSIS book code, full name, abbreviation, canonical order, canon, and chapter/verse counts. Endpoint: https://api.urantia.dev/mcp
- bible.book (Get Bible Book) - Get metadata for a single Bible book including chapter and verse counts. Accepts OSIS codes ("Gen"), USFM codes ("GEN"), full names ("Genesis"), and aliases ("genesis", "1-maccabees") — case-insensitive, hyphens/underscores tolerated. Endpoint: https://api.urantia.dev/mcp
- bible.chapter (Get Bible Chapter) - Get every verse in a Bible chapter, ordered by verse number. Accepts OSIS, USFM, full name, or alias for `book_code`. Endpoint: https://api.urantia.dev/mcp
- bible.verse (Get Bible Verse) - Get a single verse from the World English Bible (eng-web). Accepts OSIS, USFM, full name, or alias for `book_code`. Endpoint: https://api.urantia.dev/mcp
- bible.verse.urantia_parallels (Get Urantia Parallels for a Bible Verse) - Returns the top 10 Urantia paragraphs whose embeddings are nearest to the Bible chunk that contains this verse — the reverse of `include_bible_parallels` on the UB side. Pre-computed at seed time with text-embedding-3-large (3072-d) cosine similarity. Each result carries a similarity score (0..1) and rank (1..10).

These are *semantic* parallels, not curated. Treat results as starting points for further reading, not as authoritative parallels. Endpoint: https://api.urantia.dev/mcp
- bible.search.semantic (Bible Semantic Search) - Free-form natural-language search across all Bible chunks, ranked by cosine similarity. Each result includes the top-N pre-computed Urantia paragraphs related to that chunk via `bible_parallels` (direction=bible_to_ub). One query surfaces both Bible matches and the relevant UB content. Optional filters: `canon` (`ot`, `deuterocanon`, `nt`) and `book_code`. Set `urantia_parallel_limit` to 0 to suppress the UB attachment. Requires OPENAI_API_KEY. Endpoint: https://api.urantia.dev/mcp

## Resources
- urantia://paper/0 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/1 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/2 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/3 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/4 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/5 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/6 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/7 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/8 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/9 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/10 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/11 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/12 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/13 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/14 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/15 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/16 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/17 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/18 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/19 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/20 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/21 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/22 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/23 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/24 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/25 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/26 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/27 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/28 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/29 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/30 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/31 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/32 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/33 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/34 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/35 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/36 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/37 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/38 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/39 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/40 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/41 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/42 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/43 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/44 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/45 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/46 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/47 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/48 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/49 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/50 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/51 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/52 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/53 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/54 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/55 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/56 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/57 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/58 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/59 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/60 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/61 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/62 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/63 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/64 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/65 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/66 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/67 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/68 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/69 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/70 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/71 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/72 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/73 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/74 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/75 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/76 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/77 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/78 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/79 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/80 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/81 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/82 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/83 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/84 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/85 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/86 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/87 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/88 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/89 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/90 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/91 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/92 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/93 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/94 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/95 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/96 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/97 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/98 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/99 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/100 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/101 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/102 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/103 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/104 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/105 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/106 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/107 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/108 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/109 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/110 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/111 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/112 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/113 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/114 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/115 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/116 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/117 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/118 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/119 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/120 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/121 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/122 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/123 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/124 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/125 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/126 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/127 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/128 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/129 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/130 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/131 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/132 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/133 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/134 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/135 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/136 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/137 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/138 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/139 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/140 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/141 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/142 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/143 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/144 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/145 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/146 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/147 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/148 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/149 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/150 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/151 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/152 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/153 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/154 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/155 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/156 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/157 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/158 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/159 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/160 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/161 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/162 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/163 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/164 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/165 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/166 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/167 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/168 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/169 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/170 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/171 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/172 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/173 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/174 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/175 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/176 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/177 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/178 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/179 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/180 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/181 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/182 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/183 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/184 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/185 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/186 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/187 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/188 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/189 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/190 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/191 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/192 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/193 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/194 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/195 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://paper/196 - A single paper from the Urantia Book (0-196), rendered as plaintext markdown with section headings and paragraph references. Useful for full-paper context in RAG or summarization. MIME type: text/markdown
- urantia://entity/1-2-3-the-first - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/10 - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/12 - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/13 - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/3 - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/606-of-satania - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/7 - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/a-priori-assumptions - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/a-b-c-the-first - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aaron-old-testament - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aaron-the-stone-mason - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abaddon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abandonters - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abel - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abila - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ability - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abimelech - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abiram - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abner - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abodes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aborigines-australian - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aborigines-indian - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abortion - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abraham-old-testament - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abraham-the-pharisee - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abram - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absalom - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absent-landlord-parable - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absoluta - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-buddha - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-deity - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-level - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-mind-mind - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-mind-person - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolute-person - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolutes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolutism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absolutum - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absonite-level - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absoniters - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absonites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/absonity - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/abstraction - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/accidents - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/achaia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/achievement - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/acknowledgments - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/acropolis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/act-of-god - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/action - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/actium - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/actors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/acts-of-god - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/acts-book-of - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/actual - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/actual-the - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adam - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adam-original-of-satania - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adam-village - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adamic-dispensation - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adamic-sons - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adamites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adamson - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adamsonites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aden - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adirondack-mountains - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjudication - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjuster-fusion - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjuster-expression - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjuster-fused-mortals - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjutant-mind-spirits - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adjutants-of-havona-circuits - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/administrative-assistants - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/administrative-enactors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/administrator-seraphim - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adonai - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adonia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adoption - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adultery - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/adventure - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/advice - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/advisers-regarding-conquest-of-predatory-animals - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/advisory-commission-on-ethics-and-self-government - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aesthetics - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/affectation - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/affection - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/afghanistan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/africa - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/agaman - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/agni - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/agondonters - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/agriculture - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ahab - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ahura-mazda - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ai - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/akkad - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alabama - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alaska - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alchemy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alexander-brother-of-philo - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alexander-of-cyrene - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alexander-the-great - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alexandria - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/algae-seaweed - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/allah - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/allegories - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alligators - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/almighty - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/almighty-supreme - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aloes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alpha-and-omega - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alpheus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alpheus-twins - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alpine-race - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alps - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/altars - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alter-ego - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/altruism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/alvoring - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amadon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amadonites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amatha - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amathus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amaziah - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ambassadors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amber - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ambitions - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amdon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amends - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amenemope - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amenhotep-iii - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amerinds - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amida-buddha - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amidist - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ammonites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amoeba - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amorites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amos-brother-of-jesus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amos-john-mark-s-friend - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amos-kheresa-lunatic - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amos-prophet - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amosad - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amphibians - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/amphitheater - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anarchy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anaxagoras - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anaxand - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ancestor-worship - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ancients-of-days - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ancients-of-days-of-uversa - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andes-mountains - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andon-and-fonta - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andonites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andovontia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andrew - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andromeda - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/andronover - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ang - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/angamon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/angelic-world - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/angels - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anger - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/angiosperms - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anglo-saxons - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/angona - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/animals - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/animism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anise - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anna - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/annan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/annas - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/annon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anova - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ansie - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antarctica - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antares - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anteaters - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antelopes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anthracite - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anthropomorphism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antigravity - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antioch - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antipatris - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antithesis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/antonia-fortress - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anu - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/anxiety - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apennines - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aphrodite - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apocalyptists - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apocrypha - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apollo - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apostles-of-jesus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apostles-of-john-the-baptist - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apostleship - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/appalachian-mountains - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/appian-way - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/apple - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aquila - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arabia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arabian-sea - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arabs - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aram - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aramaic - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ararat - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arbela - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archangels - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archangels-circuit - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archelais - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archelaus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archeology - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/archeozoic - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/architects-of-being - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/architects-of-the-master-universe - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/architectural-spheres - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arctic-ocean - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arctic-regions - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ardnon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/area-and-building-custodians - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/areopagus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/areopolis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arguments - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arimathea - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aristocracy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aristotle - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arius - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ark-of-noah - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ark-of-yahweh - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/armadillos - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/armageddon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/armenia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aroer - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/art - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/art-of-living - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/artemis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/arthropods - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/artificiality - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/artists-of-odor - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aryans - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascender-trinitized-sons - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascending-mortals - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascending-pilgrims - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascending-sons-of-god - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascendington - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ascension-plan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asceticism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashdod - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashkhabad - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashtaroth - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashtoreth - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashur - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ashurbanipal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asia-minor - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asmonean-dynasty - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asmonean-palace - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asoka - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assassination - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assemblies-of-paradise - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assigned-sentinel-of-satania - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assigned-sentinels - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assistant-teachers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/associate-circuit-supervisors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/associate-inspectors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/associate-power-directors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/associate-registrars - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/associate-transcendental-master-force-organizers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assuntia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assurance - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/assyria - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/astarte - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/asteroids - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/astrology - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/astronomy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/athanasius - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atheism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/athens - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atlantic-ocean - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atman - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atmosphere - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atmospheric-mortals - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atoms - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/aton - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atonement-doctrine - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/atonement-feast-of - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/attis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/augustus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/auroral-displays - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/australia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/authority - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/avalon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/avoidance - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/avonals-order-of - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/axes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/azariah - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/ba-and-ka - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baal-perazim - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baalim - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baalites - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/babel - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/babies - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bablod - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bablot-architect - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bablot-city - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baboons - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baby-talk - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/babylon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/babylonian-captivity - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/babylonians - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bachelors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/back-to-nature - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/backsliding - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bacteria - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/badonan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/badonan-tribes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baganda-tribes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/balance - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/balances-of-power - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/balkans - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baltic - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baluchistan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bank-moral - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/banking - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/banner-of-michael - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/banquets - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/banshees - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/baptism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barabbas - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barak - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barbers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bark - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barley - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barnabas - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barnacles - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barns-parable - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barrenness - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/barter - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bartholomew - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bartimeus - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/basalt - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bashan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/basket-weaving - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/basques - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/batanea - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bathing - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bathsheba - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bats - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bautan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bay-of-bengal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beads - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beam - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bears - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beatitudes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beautiful-gate-jerusalem - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beauty - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beavers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bedouins - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beeches - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beelzebub - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beeroth - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beersheba - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beggar-of-naples - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/begging - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beginning-of-reality - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/behavior - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/being - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beirut - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beit-adis - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beit-jenn - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bel - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bel-marduk - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/belgium - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/belief - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/believer-s-prayer - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/believers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/belligerence - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bells - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/benares - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/benediction - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bengal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/berbers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bering-strait-land-bridge - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bernice - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bestowal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bestowal-attendants - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-marion - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-meon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-nimrah - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-peor - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-shean - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/beth-zur - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethabara - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethany-near-jerusalem - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethany-beyond-jordan - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethel - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethesda-pool - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethlehem-galilee - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethlehem-judea - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethphage - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethsaida - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bethsaida-julias - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/betrayal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/betrayer - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/betrothal - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bewitching - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bible - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bigamy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bildad - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bipeds - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/birches - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/birds - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/birthday-text - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/birthmarks - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bison - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bithynia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/black-forest-mountains - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/black-friday - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/black-race - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/black-sea - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/black-smiths - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blackfoot-indians - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blame - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blasphemy - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blemishes - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blind - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blood - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blood-drinking - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bloody-way - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/blue-race - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/board-of-animal-domestication - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/board-of-planetary-supervisors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/boats - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/body-human - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bon - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bond-servants - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bones - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bookkeeper - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/books - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/boredom - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/borneans - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bosom-of-the-father - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bosom-of-the-son - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bosom-of-the-spirit - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bosora - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/boulders - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bow-and-arrow - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brachiopods - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brahma - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brahman - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brahmanas - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brahmanism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brains - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/branches - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bravery - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bread - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/breadfruit-trees - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/breast-feeding - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/breath - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/breath-giver - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/breath-of-life - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brenner-pass - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brethren - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bretons - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bribery - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brick - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bridegroom - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brides - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bridges - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brigands - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bright-and-morning-stars - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brilliant-evening-stars - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brilliant-evening-stars-chief - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/british-columbia - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/british-isles - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brittany - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broad-heads - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broadcast-directors - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broadcast-receivers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broadcasters-superior-seraphim - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broadcasters-tertiary-supernaphim - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/broadcasts-celestial - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brokenhearted - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bronze - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/bronze-age - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brooding - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brothel-keeper-in-jerusalem - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brothels - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brotherhood-attitude - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brotherhood-of-man - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brotherhood-of-united-midwayers - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brotherhoods - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brown-race - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brownies - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/brutality - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/buddha - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/buddha-sakyamuni - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown
- urantia://entity/buddhism - An entity (being, place, order, race, religion, or concept) from the Urantia Book with description, aliases, related entities, and references to all paragraphs that mention it. MIME type: text/markdown

## Prompts
- study_assistant - Prime the model to act as a Urantia Book study assistant. Optionally focus on a specific topic. Arguments: topic
- comparative_theology - Prime the model to compare a Urantia Book teaching with another religious or philosophical tradition. Arguments: topic, tradition

## Metadata
- Owner: dev.urantia
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 8, 2026
- Source: https://registry.modelcontextprotocol.io
