Summary
Create a new repo \wazootech/schema.wazoo.dev\ that serves as a \wiki\ vault — the Wazoo equivalent of schema.org. This would define the canonical vocabulary, types, and properties for the Wazoo ecosystem's RDF/JSON-LD schemas.
Motivation
\schema.wazoo.dev\ is already referenced across the codebase as the RDF namespace prefix:
\\ urtle
@Prefix worlds: https://schema.wazoo.dev# .
\\
Currently this namespace resolves to nothing (no content). A proper schema site would:
- Define canonical Wazoo types (e.g. \worlds:Person, \worlds:Organization, \worlds:Memory)
- Define Wazoo-specific properties
- Provide machine-readable RDF/OWL definitions
- Follow schema.org conventions for hierarchy and documentation
Design
The site should be encoded as a \wiki\ vault using the \wazootech/wiki\ CLI tooling:
- \wiki init\ scaffold using the wiki template
- SHACL shapes for type validation
- SPARQL-indexed schema definitions
- Human-readable schema documentation pages
- Machine-readable JSON-LD context files
Suggested structure
\
schema.wazoo.dev/
wiki.yaml
types/
person.md
organization.md
memory.md
knowledge-graph.md
properties/
knows.md
memoryOf.md
verifiedAt.md
shapes/
person.schema.ttl
organization.schema.ttl
contexts/
default.jsonld
index.md
\\
Reference
Tasks
Summary
Create a new repo \wazootech/schema.wazoo.dev\ that serves as a \wiki\ vault — the Wazoo equivalent of schema.org. This would define the canonical vocabulary, types, and properties for the Wazoo ecosystem's RDF/JSON-LD schemas.
Motivation
\schema.wazoo.dev\ is already referenced across the codebase as the RDF namespace prefix:
\\ urtle
@Prefix worlds: https://schema.wazoo.dev# .
\\
Currently this namespace resolves to nothing (no content). A proper schema site would:
Design
The site should be encoded as a \wiki\ vault using the \wazootech/wiki\ CLI tooling:
Suggested structure
\
schema.wazoo.dev/
wiki.yaml
types/
person.md
organization.md
memory.md
knowledge-graph.md
properties/
knows.md
memoryOf.md
verifiedAt.md
shapes/
person.schema.ttl
organization.schema.ttl
contexts/
default.jsonld
index.md
\\
Reference
Tasks