Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open source semantic web project

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.

like image 598
user458056 Avatar asked Jan 05 '11 20:01

user458056


People also ask

Does Google use Semantic Web?

Search engines use the context of queries, the intent behind searches, search history, location and more to offer users the best results possible for their query. Semantic search is the driving factor behind Google fully understanding a search.

Is Web 3.0 the same as Semantic Web?

The semantic web, known as web 3.0, focuses on efficiency and intelligence by reusing and linking data across websites. The decentralized web or web3, however, puts a strong emphasis on security and empowerment by returning control of data and identity to users.

Is RDF a database?

The RDF triplestore is a type of graph database that stores semantic facts. RDF, which stands for Resource Description Framework, is a model for data publishing and interchange on the Web standardized by W3C. Being a graph database, triplestores store data as a network of objects with materialized links between them.


4 Answers

What sort of Semantic Web project?

APIs

  • dotNetRDF - My C# .Net API
  • rdflib - Python API
  • ARC2 - PHP API

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

like image 91
RobV Avatar answered Nov 01 '22 06:11

RobV


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.

like image 39
Manuel Salvadores Avatar answered Nov 01 '22 05:11

Manuel Salvadores


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.

like image 34
Nico Adams Avatar answered Nov 01 '22 05:11

Nico Adams


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

like image 1
Lukasz Avatar answered Nov 01 '22 04:11

Lukasz