Project DescriptionRDF components in C#
Implementation of RDF for .NET. Goals:
- Provide a simple implementation that can be adopted without substantial effort on any .NET application that wants to benefit from the flexibility provided by RDF to any data model
- Provide dynamic graphs yet make it easy to data-bind the graphs to UI (Winforms or WPF)
Non-goals (for now):
- Provide a full SPARQL implementation (for now at least)
- Provide full ontology behaviors (i.e. OWL)
This is a requirements-driven implementation, so we'll only implement as much as we actually need in a concrete RSS aggregator-style app we're building separately. This project is sponsored by Clarius Labs. This project is owned by the MVPXML Project.
|