Core Platform (robos.core)
Foundational architectural graph, system roots, and platform configuration.
Table of contents
Package Metadata
- Package Store ID:
core-platform - Ontology Namespace:
robos.platform - GitOps Package File:
.robos/kgraphs/core-platform/package.jsonld - Schemas Defined: 17
Package Schemas & Constraint Shapes
| Schema Class | Target Shape URI | Required Properties (minCount ≥ 1) | Specification |
|---|---|---|---|
Build System (robos:BuildSystem) | urn:robos:shape:BuildSystemShape | dcterms:title, robos:buildTool, robos:configFile | View Schema → |
Database (robos:Database) | urn:robos:shape:DatabaseShape | dcterms:title, robos:engine, robos:databaseName, robos:host | View Schema → |
NoSQL Database (robos:NoSQLDatabase) | urn:robos:shape:NoSQLDatabaseShape | dcterms:title, robos:engine, robos:host | View Schema → |
Message Broker (robos:MessageBroker) | urn:robos:shape:MessageBrokerShape | dcterms:title, robos:brokerType, robos:endpoint | View Schema → |
MCP Server (robos:MCPServer) | urn:robos:shape:MCPServerShape | dcterms:title, robos:transport, robos:toolsProvided | View Schema → |
Context Source (robos:ContextSource) | urn:robos:shape:ContextSourceShape | dcterms:title, robos:sourceType, robos:location | View Schema → |
Prompt Strategy (robos:PromptStrategy) | urn:robos:shape:PromptStrategyShape | dcterms:title, robos:strategyType, robos:engine | View Schema → |
Database Schema (robos:DatabaseSchema) | urn:robos:shape:DatabaseSchemaShape | dcterms:title, robos:schemaName, robos:database | View Schema → |
Database Table (robos:DatabaseTable) | urn:robos:shape:DatabaseTableShape | dcterms:title, robos:tableName, robos:database | View Schema → |
Database Column (robos:DatabaseColumn) | urn:robos:shape:DatabaseColumnShape | dcterms:title, robos:columnName, robos:dataType, robos:table | View Schema → |
Database Index (robos:DatabaseIndex) | urn:robos:shape:DatabaseIndexShape | dcterms:title, robos:indexName, robos:table | View Schema → |
NoSQL Collection (robos:NoSQLCollection) | urn:robos:shape:NoSQLCollectionShape | dcterms:title, robos:collectionName, robos:database | View Schema → |
Message Topic (robos:MessageTopic) | urn:robos:shape:MessageTopicShape | dcterms:title, robos:topicName, robos:broker | View Schema → |
Consumer Group (robos:ConsumerGroup) | urn:robos:shape:ConsumerGroupShape | dcterms:title, robos:groupId, robos:topic | View Schema → |
MCP Tool (robos:MCPTool) | urn:robos:shape:MCPToolShape | dcterms:title, robos:toolName, robos:mcpServer | View Schema → |
MCP Resource (robos:MCPResource) | urn:robos:shape:MCPResourceShape | dcterms:title, robos:uriTemplate, robos:mcpServer | View Schema → |
MCP Prompt (robos:MCPPrompt) | urn:robos:shape:MCPPromptShape | dcterms:title, robos:promptName, robos:mcpServer | View Schema → |