SemSim, The SEMantic SIMilarity Framework


Home
Getting Started
Architecture
User guide

Loading your semantic data

Semantic data

The semantic data is stored in a Jena RDF repository.
In other versions we will consider using other repositories : Sesame, ...
Or even Java object model
Xml to be able to introduce XML data like APML, ...
APML is the Attention Profiling Markup Language

Loading semantic data

No API is actually provided by SemSim, you should write your own code that will write data into the semantic repository.
Add methods that allows to load a .owl or .rdf file into the repository.
.