open source semantic web project
Asked Answered
H

5

6

I am looking for an open source semantic web project, I know there are Jena and Sesame but I'm looking for another open source semantic web project.

Hasidism answered 5/1, 2011 at 20:27 Comment(2)
I've posted an answer with a variety of tools. If you can elaborate on your target language and platform plus what you want to do with the project then people can give you a better answerDolliedolloff
You can also check DBPedia. DBpedia basically extracts triples from Wikipedia. It is one of the most popular resources in semantic web community. They have several initiatives that could be of interest to you.Backler
D
7

What sort of Semantic Web project?

APIs

And there is pretty much one/more API for any language you fancy so if you can elaborate on the language desired I can make an appropriate recommendation

Triple Stores

  • 4store - A C Linux based clusterable triple store
  • Virtuoso - Commercial Triple Store (written in C++) from OpenLink Software which has a cut down open source version - runs on Windows, Linux and Mac OS X afaik
  • AllegroGraph - Commercial Triple Store (written in LISP) from Franz Inc which has a limited (50 million Triples) free to use version

Again there are lots of projects for lots of platforms - elaborate on your target environment to get a better answer

Other Tools

Also there are a variety of GUI tools for things like editing, ontology design etc

Plus you can get CMSs with Semantic Web tech built in such as Drupal 7 and Semantic MediaWiki

Dolliedolloff answered 6/1, 2011 at 9:30 Comment(1)
4store is written in C - not C++ ;-) - and also run in Mac and Unix distributions not just Linux. Good list of tools though +1 :)Servant
S
5

I think the only bits missing from RobV's answer are some of the reasoning tools like:

  1. Protege
  2. Hermit

... some other triple stores:

  1. Mulgara
  2. Talis Platform this is a service that you can use if you use Open Data and less than XX million triples. I don't remember exactly how many.
  3. BigData

... and of course Redland libraries, one of my favourite set of tools with some very useful command line utilities.

Servant answered 6/1, 2011 at 11:55 Comment(0)
G
2

You might even look at Drupal - with the release of version 7, Drupal now supports RDFa and any extension of semantic capabilities will surely be welcome.

Gerontocracy answered 6/1, 2011 at 15:32 Comment(0)
V
1

There a lot of them actually. For example Big Data. You can find more here.

Vorous answered 5/1, 2011 at 20:46 Comment(0)
E
0

Well, already mentioned some I know.

You can also check:

  • CubicWeb: Python Framework
  • Pellet: OWL DL Reasoner based in Java. Dual licensing, not sure if OpenSource
  • FaCT++: OWL DL Reasoner based
  • SPARQLWrapper: if you want to query RDF endpoints from Python
  • RedLand: RDF API based in C with Bindings for Python, Ruby and Perl (librdf in Python)
Euphemism answered 26/12, 2012 at 22:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.