Build an automated multi-agent system that generates domain-specific RDF #29
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Support
Type
Task
Type
Testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
You do not have permission to read 1 dependency
Reference
cleveragents/cleveragents-core#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Build an automated multi-agent system that generates domain-specific RDF
ontologies from document collections.
The system intelligently samples documents, extracts domain concepts and
relationships, discovers existing ontologies from the internet, analyzes
user-provided ontologies, and merges all sources into a unified RDF ontology.
The workflow is orchestrated via LangGraph with conditional routing,
checkpointing for recovery, and iterative validation/refinement loops.
Key Features:
Acceptance Criteria
Document Processing Pipeline: System successfully samples 4-5 documents
from collections (configurable 2-10), extracts domain concepts, entity
classes, hierarchies, and properties using distributed sampling strategy.
Ontology Discovery & Collection: System searches internet for existing
ontologies in identified domain, downloads 3-5 relevant RDF/OWL files
from repositories (LOV, BioPortal, etc.), and extracts metadata (namespace,
version, license).
Ontology Merging: System merges internet-discovered, user-provided,
and document-extracted ontologies into unified RDF format, resolving
namespace conflicts and creating equivalence mappings while preserving
provenance.
RDF Generation & Validation: System generates valid RDF ontologies
(Turtle syntax) with proper namespace declarations, class hierarchies,
properties with domains/ranges, and passes structural/semantic validation
checks.
Workflow Orchestration: LangGraph workflow routes through all agents
(Coordinator, Sampler, Analyzer, Collector, Builder, Merger, Validator,
Refiner, File Manager) with conditional routing, checkpointing enabled,
and error recovery.
Definition of Done
Coordinator, Configuration Manager,
Document Sampler, Document Analyzer, Ontology Collector, Ontology
Analyzer, Ontology Builder, Ontology Merger, Ontology Validator,
Ontology Refiner, and File Manager agents are created with appropriate
system prompts and model configurations.
File operations tool (read/write RDF), internet access
tool (web search, HTTP get), RDF processing tool (parse, validate, merge),
and ontology analysis tool (extract classes/properties, detect conflicts)
are integrated.
Workflow nodes and conditional edges are
configured, entry point established, checkpointing enabled, and all routing
paths (CONFIG → SAMPLING → ANALYZING → COLLECTION → ANALYSIS → BUILDING →
MERGING → VALIDATING → REFINING → SAVING) are functional.
System tested with document collections (small
<10, medium 10-50, large 50+), validates RDF output syntax and semantics,
successfully merges 3-5 ontologies from different sources, and handles
error recovery via checkpointing.