<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Typedown</title>
    <link>https://huydo862003.github.io/typerighter/</link>
    <description>A typed markdown language for structured content</description>
    <language>en</language>
    <atom:link href="https://huydo862003.github.io/typerighter/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>OWL: Ontologies and Reasoning</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/04-owl</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/04-owl</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[W3C OWL 2 Overviewhttps://www.w3.org/TR/owl2-overview/ - Maps the OWL 2 document suite and explains the three profiles EL, QL, RL which trade expressiveness for computational tractability.]]></description>
    </item>
    <item>
      <title>RDF: Meaning as Triples</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[RDF Resource Description Framework is a framework for expressing machine-readable information about resources./uri/rfc-3986.md can be anything as defined like the URI spec. RDF enables automated processing and exchange of information across applications without losing meaning.]]></description>
    </item>
    <item>
      <title>DOM: HTML DOM for XML</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/02-dom</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/02-dom</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[XML also defines an XML DOM like HTML DOM, which provides mostly the same API.]]></description>
    </item>
    <item>
      <title>Rustc Development Guide</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Basically the rust-analyzer../01-rust-analyzer/index has covered most of AST design & query-based compilation. However, it seems to only cover incrementalism inside a process. What if I want incrementalism to survive across recompilations? Rustc as a compiler would really want this, so it covers the following:]]></description>
    </item>
    <item>
      <title>rust-analyzer</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/01-rust-analyzer/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/01-rust-analyzer/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This section contains resources and notes about the `rust-analyzer` project.]]></description>
    </item>
    <item>
      <title>Semantic Web Technologies</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[The semantic web tower, bottom to top:]]></description>
    </item>
    <item>
      <title>Salsa</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/04-salsa/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/04-salsa/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Overview01-overview]]></description>
    </item>
    <item>
      <title>Glossary</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/04-glossary</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/04-glossary</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Rustc-specific terms used across the rustc research docs.]]></description>
    </item>
    <item>
      <title>Graph Technologies: Semantic Web vs Property Graph</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/05-graph-technologies-comparison</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/05-graph-technologies-comparison</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[For a detailed comparison of RDF vs property graphs structural differences, performance, reasoning, see The Graph Space: Property Graph vs RDF./graph-database/graph-databases-book/3-the-graph-space.md#property-graph-vs-rdf.]]></description>
    </item>
    <item>
      <title>Graph Database Pros</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/07-graph-database-pros</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/07-graph-database-pros</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Three key advantages over relational databases and NoSQL stores:]]></description>
    </item>
    <item>
      <title>Knowledge Base</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Research notes on foundational topics: semantic web, graph databases, data formats, and tooling.]]></description>
    </item>
    <item>
      <title>Cache Persistence</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/02-cache-persistence</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/02-cache-persistence</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This document covers how `rustc` physically organizes, loads, and saves its incremental compilation cache across sessions. It complements Incremental Compilation in Detail01-incremental-compilation, which covers the conceptual algorithm.]]></description>
    </item>
    <item>
      <title>Markdown body</title>
      <link>https://huydo862003.github.io/typerighter/03-references/02-markdown-body</link>
      <guid>https://huydo862003.github.io/typerighter/03-references/02-markdown-body</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Headings, text formatting, code blocks, math, callouts, tables, and custom components.]]></description>
    </item>
    <item>
      <title>URI: Global Identity</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/01-uri/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/01-uri/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[RFC 3986: URI Generic Syntaxhttps://www.rfc-editor.org/rfc/rfc3986 - The definitive spec. Defines the syntax of URIs scheme, authority, path, query, fragment.]]></description>
    </item>
    <item>
      <title>The Semantic Web</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/01-the-semantic-web</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/01-the-semantic-web</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Link: https://www.w3.org/2000/Talks/0906-xmlweb-tbl/text.htm.]]></description>
    </item>
    <item>
      <title>RDF Data Model</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/01-data-model</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/01-data-model</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Based on:]]></description>
    </item>
    <item>
      <title>Graph Database</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/04-concept-graph-database</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/04-concept-graph-database</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[An online database with CRUD operations that exposes a graph data model.]]></description>
    </item>
    <item>
      <title>Graph Database</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA["Graph Databases" by Ian Robinson, Jim Webber, and Emil Eifrém]]></description>
    </item>
    <item>
      <title>XQuery: SQL for XML</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/07-xquery</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/07-xquery</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[XQuery is a language for querying and extracting data from XML documents. It is built on XPath./xpath.md expressions. XQuery and XPath share the same data model, functions, and operators.]]></description>
    </item>
    <item>
      <title>Overview</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/04-salsa/01-overview</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/04-salsa/01-overview</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Official site: Linkhttps://salsa-rs.github.io/salsa/.]]></description>
    </item>
    <item>
      <title>XML Core</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/01-core</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/01-core</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[XML stands for eXtensible Markup Language, designed to store and transport data & self-descriptive.]]></description>
    </item>
    <item>
      <title>Modeling Connectivity in Various Data Models</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/08-modeling-connectivity</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/08-modeling-connectivity</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This document compares how relational databases, aggregate NoSQL stores, and graph databases handle connected data.]]></description>
    </item>
    <item>
      <title>RDFS: Vocabularies for RDF</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/03-rdfs</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/03-rdfs</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[RDF vocabularies can be defined at different levels of formality./vocabulary.md:]]></description>
    </item>
    <item>
      <title>Vault and documents</title>
      <link>https://huydo862003.github.io/typerighter/02-guide/02-vault-and-documents</link>
      <guid>https://huydo862003.github.io/typerighter/02-guide/02-vault-and-documents</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[The project structure, configuration, file anatomy, and how content forms a graph.]]></description>
    </item>
    <item>
      <title>Coding Conventions</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/01-rust-analyzer/02-coding-conventions</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/01-rust-analyzer/02-coding-conventions</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Official site: Linkhttps://rust-analyzer.github.io/book/contributing/style.html.]]></description>
    </item>
    <item>
      <title>Introduction</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/01-introduction</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/01-introduction</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This document details the motivation, design of Typedown & the research process into YAML 1.2 & graph database + web 3, to unify and incorporate them into note management. In the end, notes are interlinked documents, which resembles a graph or a web of documents. Incorporating semantic into this web will unlock various analysis & language services LSP for note management. Even, static site generators can be enabled based on the written notes.]]></description>
    </item>
    <item>
      <title>index</title>
      <link>https://huydo862003.github.io/typerighter/index</link>
      <guid>https://huydo862003.github.io/typerighter/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Your documents are a typed graph. Typedown is the language for it.]]></description>
    </item>
    <item>
      <title>Local vs Global Graph Operations</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/05-concept-local-vs-global-graph-operations</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/05-concept-local-vs-global-graph-operations</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[There are two fundamentally different ways to work with graph data:]]></description>
    </item>
    <item>
      <title>02-guide/index</title>
      <link>https://huydo862003.github.io/typerighter/02-guide/index</link>
      <guid>https://huydo862003.github.io/typerighter/02-guide/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[How Typedown thinks about content: editor setup, vaults, documents, schemas, and deployment.]]></description>
    </item>
    <item>
      <title>Schemas and types</title>
      <link>https://huydo862003.github.io/typerighter/02-guide/03-schemas-and-types</link>
      <guid>https://huydo862003.github.io/typerighter/02-guide/03-schemas-and-types</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Define node types with schemas, use the type system, write expressions, and link files with references.]]></description>
    </item>
    <item>
      <title>The Graph Space</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/03-the-graph-space</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/03-the-graph-space</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[The graph space can be split along two axes: by usage and by data model.]]></description>
    </item>
    <item>
      <title>Type system</title>
      <link>https://huydo862003.github.io/typerighter/03-references/03-type-system</link>
      <guid>https://huydo862003.github.io/typerighter/03-references/03-type-system</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Type expressions, primitives, unions, nullable types, lists, and schema references.]]></description>
    </item>
    <item>
      <title>Graph Compute Engine</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/06-concept-graph-compute-engine</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/06-concept-graph-compute-engine</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[A batch processing framework specialized for graph data, think Hadoop/Spark, but for graphs. It's the graph equivalent of data mining/OLAP in the relational world.]]></description>
    </item>
    <item>
      <title>03-references/04-icons</title>
      <link>https://huydo862003.github.io/typerighter/03-references/04-icons</link>
      <guid>https://huydo862003.github.io/typerighter/03-references/04-icons</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[The `icon` module provides a curated set of page icons based on Lucidehttps://lucide.dev. Use them with the `_icon` built-in field.]]></description>
    </item>
    <item>
      <title>Rolldown Plugin</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/08-rolldown-plugin</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/08-rolldown-plugin</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[References:]]></description>
    </item>
    <item>
      <title>SPARQL: Query Language for RDF</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/05-sparql</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/05-sparql</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[W3C SPARQL 1.1 Query Languagehttps://www.w3.org/TR/sparql11-query/ - The formal spec.]]></description>
    </item>
    <item>
      <title>Graph Databases by Ian Robison, Jim Webber &amp;amp; Emil Eifrem</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This is a book aims at practicality, focus on managing and querying highly connected data using schema-free graph models.]]></description>
    </item>
    <item>
      <title>Semantic Web</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This is the main page of the Semantic web research, containing sub-links to sub-researches.]]></description>
    </item>
    <item>
      <title>Compiler Research</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/index</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Research docs covering compiler architecture patterns used by typedown: rust-analyzer architecture, red-green trees, incremental compilation with salsa, and rustc internals.]]></description>
    </item>
    <item>
      <title>Neo4j Internals: Transactions, Availability, Scale</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/13-internals-transactions-availability-scale</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/13-internals-transactions-availability-scale</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Part of the Neo4j internals series: Native Graph Processing./11-native-graph-processing.md | Native Graph Storage./12-native-graph-storage.md | Transactions, Availability, Scale]]></description>
    </item>
    <item>
      <title>YAML 1.2</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/06-yaml-1.2</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/06-yaml-1.2</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Link: https://yaml.org/spec/1.2.2/]]></description>
    </item>
    <item>
      <title>Incremental Compilation</title>
      <link>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/01-incremental-compilation</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/02-compiler-research/02-rustc/01-incremental-compilation</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Link: https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation-in-detail.html]]></description>
    </item>
    <item>
      <title>Cool URIs Don't Change</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/01-uri/02-cool-uris-dont-change</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/01-uri/02-cool-uris-dont-change</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Link: Cool URIs Don't Changehttps://www.w3.org/Provider/Style/URI Tim Berners-Lee]]></description>
    </item>
    <item>
      <title>Graph Data Modeling</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/10-graph-data-modeling</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/10-graph-data-modeling</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[This document covers:]]></description>
    </item>
    <item>
      <title>Editor setup</title>
      <link>https://huydo862003.github.io/typerighter/02-guide/01-editor-setup</link>
      <guid>https://huydo862003.github.io/typerighter/02-guide/01-editor-setup</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Set up Neovim, VS Code, or Zed for autocompletion, type checking, and diagnostics.]]></description>
    </item>
    <item>
      <title>FAQ</title>
      <link>https://huydo862003.github.io/typerighter/04-faq</link>
      <guid>https://huydo862003.github.io/typerighter/04-faq</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Answers to common questions that don't fit neatly into the guide or reference.]]></description>
    </item>
    <item>
      <title>RDF Vocabulary</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/04-vocabulary</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/03-rdf/04-vocabulary</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[Based on:]]></description>
    </item>
    <item>
      <title>Frontmatter</title>
      <link>https://huydo862003.github.io/typerighter/03-references/01-frontmatter</link>
      <guid>https://huydo862003.github.io/typerighter/03-references/01-frontmatter</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[YAML frontmatter syntax, reserved keys, type declarations, and built-in fields.]]></description>
    </item>
    <item>
      <title>XPath: CSS Selectors for XML</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/03-xpath</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/03-web-3/03-technologies/02-xml/03-xpath</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[XPath XML Path Language selects nodes in an XML document using path expressions like file system paths.]]></description>
    </item>
    <item>
      <title>The Concept of Graph</title>
      <link>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/01-concept-graph</link>
      <guid>https://huydo862003.github.io/typerighter/05-research/01-knowledge-base/04-graph-database/01-graph-databases-book/01-concept-graph</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:11 GMT</pubDate>
      <description><![CDATA[A graph is a collection of nodes entities and relationships edges connecting them. This schema-free structure can model virtually anything: Social networks, supply chains, road systems, etc.]]></description>
    </item>
  </channel>
</rss>
