The Artima Developer Community
Sponsored Link

Python Buzz Forum
Semantic Web Ideas

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sidnei da Silva

Posts: 137
Nickname: deecee
Registered: Nov, 2003

Sidnei da Silva is a dirty little brazilian python hacker
Semantic Web Ideas Posted: May 17, 2005 8:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Sidnei da Silva.
Original Post: Semantic Web Ideas
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Latest Python Buzz Posts
Latest Python Buzz Posts by Sidnei da Silva
Latest Posts From awkly.org

Advertisement
Semantic Web Ideas Dont quite remember how, but I've stumbled upon this post suggesting to use Plone as a semantic aggregator, which referenced a thread where I participated just about the time I finished Marshall.

What's nicer is that from there I got to here, which brought me to mapping semantic web data with rdbms, which is not exactly what I was looking for (well, I wasn't actually looking for it actively), but may give some interesting hints.

One of the projects I'm working on these days is about deploying content to remote locations, using standards-based formats. The testbed uses Plone as the frontend and EnSimpleStaging, which is connected by another tiny product to the deployment system.

So what's the relation with RDBMS and the Semantic Web you ask.

Well, I would like to use Zemantic somehow. However, the ZODB backend is sub-optimal because it can only be accessed with Python, and the deployment system goal is to be able to access content in many different languages.

The solution? Building a RDBMS backend for Zemantic. At first sight it sounds very simple. I guess the simplest representation of a triple store would be a 3 (or 4) column table. However, it doesn't sound like that will scale. We probably want specialized tables for each kind of node, that maps to integer primary keys, and then to a global identifier. I'm not quite sure yet of the approach. What's funny is that most of the articles I've found so far talk about the reverse: exposing RDBMS content as RDF.

Need to send an email to Michel Pelletier. If I recall he had an article about building a lightning fast RDBMS backend for a triple store.

Update: Found some information about scalability and about Database schemas for storing RDF. Seems also that 4Suite has support for storing triples in a RDBMS. Will have to dig more into that one.

Read: Semantic Web Ideas

Topic: Breaking the Web We Have Previous Topic   Next Topic Topic: 23 Python Challenge Solutions - Part 1 12

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use