Wiki

Wiki schema and active types

Active shapes are loaded from the input_dirs and executed against all matching pages during wiki check.

Current pages in the vault by type

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX schema: <https://schema.org/>

SELECT ?document ?type WHERE {
  ?document rdf:type ?type .
  FILTER(STRSTARTS(STR(?document), "wiki:"))
  FILTER(?type != schema:WebPage)
}
ORDER BY ?type
Document Type
wiki:microdata-example https://schema.org/TechArticle

Person shape

On this page

Backlinks

Metadata

{
  "id": "wiki:llm-wiki-cli",
  "type": "SoftwareApplication",
  "name": "LLM Wiki CLI",
  "softwareVersion": "0.1.0",
  "description": "Command-line interface for querying, validating, and managing the semantic vault"
}