Jump to 0 top | 1 navigation | 2 content | 3 extra information (sidebar) | 4 footer | 5 toolbar


Content

RDFa Wiki available

http://rdfa.info/wiki/RDFa_Wiki is online - check it out! Many thanks to Ben and CC ;)

The Semantic Web Command Line

Ever have wondered if there is something around like a command line for the Semantic Web? An online tool that allows you load and query a range of data sources? Well, peradventure Benjamin Nowack has developed a tool, called SPARQLBot, that does all this. It is really great. You launch your favourite IRC client (I use Hydra IRC) and then you (or a SPARQL geek near to you) defines a command that does something useful. Pull in some data, query it, smush it, etc.

Check it out! Play around with it. Experience how to instant-integrate data source on an RDF-basis. You will enjoy it. An example may better illustrate it: Imagine you've joined the #sparqlbot channel at irc:irc.freenode.net; you query for news (from an RSS channel):

mhausenblas>sparqlbot, load <FEEDURI>

mhausenblas>sparqlbot, news about XXX

What happens in the background is that the feed gets loaded into the store, and the command triggers a SPARQL query:

SELECT DISTINCT ?item ?o WHERE {
  ?item a rss:item ; ?p ?o .
  FILTER REGEX(?o, "$1", "i")
}

Isn't that great? I experienced it today. It really rocks :) You can add your own commands (given some basic SPARQL knowledge) and extend the bot's intelligence. Not to mention that this nice tool (being based on ARC2) even understands RDFa - very nice, indeed (try also the 'sw faq command'). However, the name SPARQLBot is to modest, IMHO. It is THE Semantic Web command line!

riese launched!

So finally we did it: Today we released the alpha version of riese, the 'RDFizing and Interlinking the EuroStat Data Set Effort'. Deploying linked-data using XHTML+RDFa is quite a new idea. We combined it with what we call User Contributed Interlinking, i.e. let user add semantic links in a Wiki-style manner. Check it out!

 

Btw, thanks Danny for your nice post on riese :)

A great RDFa video tutorial ...

... by Manu Sporny (CEO Digital Bazaar, Inc.), available at YouTube: RDFa Basics. Thanks a lot!

Linked Data Browser + Screencast

Bengee has announced the Linked Data Browser/Editor (along with a great screencast)- another important piece in knowee, available soon. Check it out!

Linked Data on the Web Workshop @ WWW08

The goal of the LDOW08 workshop (at WWW08, April 22, 2008
Beijing, China) 
 is to provide a forum for the Linked Data community, in which participants can:

  • present and discuss approaches to publishing Linked Data on the Web;
  • showcase innovative applications that consume Linked Data;
  • shape the agenda and identify upcoming research issues for the next development stage of the Web of Data.

Deadline: 2008-01-28

SPARQL out!

SPARQL, the query language for the Semantic Web is a W3C Proposed Recommendation, finally.

Kudos to Eric, Kendall, Lee, Elias and everybody who made it possible :)

The Need for Semantics in Social Networks ...

John Breslin and Stefan Decker have written an excellent article: The Future of Social Networks on the Internet: The Need for Semantics (in IEEE IC) - check it out!

RDFa news

As Mark pointed it out on his blog: RDFa is about to lift-off! Quick links:

Take a look at it and start playing around ;) 

 

CfP: Media Semantics Workshop at the SAMT07

Just to let you know - in case you do research in the field of media semantics, multimedia ontologies, annotation and extraction, you might want to contemplate submitting your work to one of the following workshops (collocated with SAMT07):

  • Knowledge Acquisition from Multimedia Content Workshop (KAMC)
  • Workshop on Multimedia Annotation and Retrieval enabled by Shared Ontologies (MAReSO)

GRDDL is a Recommendation!

Congrats to Dan Connolly and the GRDDL WG. Today the Semantic Web Activity News announced the GRDDL Recommendation status; see also:

An RDFa browser

Did you know that the Zitgist RDF browser actually supports RDFa? This is to say you can feed the browser with XHTML+RDFa (see example) and it will render it! 

Ok. It has some minor hiccups (seems to duplicate each prop) ... but hey ... it's a start.

Semantic Web tutorial

Ivan Herman has made a great Semantic Web tutorial available: Introduction to the Semantic Web - go check it out!

Microformats aren't an answer to the Semantic Web

I can see many valid things in Keith's post about uF and the Semantic Web (like 'Things have URIs'), but I like most his conclusion:

So in other words, Microformats are not, in themselves, building, or contributing to, the semantic web. They can be made to join the semantic web, but this requires extra effort on the part of individual authors – it does not come ‘for free’ when ‘doing microformats’. 

RDFa-deployed Multimedia Metadata (ramm.x)

The RDFa-deployed Multimedia Metadata (ramm.x) activity has been launched:

With ramm.x we aim at enabling existing multimedia metadata formats to enter the Semantic Web [...] ramm.x targets at self-descriptive media asset descriptions allowing to apply the follow-your-nose principle.

Swoogle, Swoogle

Tim Finin recently announced a new version of Swoogle, THE Semantic Web search engine. After some initial hiccups the service now seems to work fine, again. Thanks to the UMBC eBiquity team, you're doing a great job!

One thing puzzles me. Though I read the manual (which seems a bit outdated), I did not figure out how to find certain instances. Take for example the query 'return all documents that have a foaf:mbox = abc@example.org in it'. I'll continue the experiments ;) 

A somewhat other Semantic Web introduction

The most enjoyable and understandable introduction to the Semantic Web I came across for ages was given by Stefano Mazzocchi at the ApacheCON 2007:

A no-nonsense introduction to "semantic web" technologies

The so-called "Semantic Web" is a vision for an evolution of the web where web sites expose data not only for direct human consumption (as it is mostly the case today) but also for specific software agents to consume, aggregate and enrich on behalf of humans. In this presentation, I will show an outline of this vision, together with a simple and concise description of each W3C recommendation (such as RDF, OWL and SPARQL) that are involved and how they are supposed to work together. I will also show the differences and similarities between this and other models for purer-data interchange on the web (such as "web 2.0" and "atom/rss") and will demo existing solution that are based on semantic web technologies.

 

New RDF-izer service by Dave Beckett: Triplr

Dave Beckett  has announced a new cool online service to RDF-ize Web data: Triplr. Check it out!

Good news on SPARQL ...

As recently announced in Andy Seaborne's blog, SPARQL is now also capable of manipulating RDF graphs:

SPARQL/Update  is a language that takes the SPARQL style, and much of the grammar, and provides both graph update and graph management operations.

Kudos to Andy and Geetha!

RDFa applications

Two new RDFa applications are available:

Check it out ;)

RDFa news

Mark Birbek explains how to use RDFa in XHTML 1 - STOP - The RDFa specification (incl. Primer, Syntax, Use Cases, and Test Suite) is on its way - STOP - Bob DuCharme has a nice article that introduces RDFa step by step - STOP - Benjamin Nowack wrote a form-based, semi-automatic comparison matrix for RDFa, eRDF and microformats.

W3C: Questionnaire on JavaScript-RDF APIs

W3C prepares for Scripting for the Semantic Web:

The W3C Semantic Web Activity is considering whether to propose further work specifying a standard Applications Programming Interface (API) for people writing Semantic Web applications in Javascript running in browsers. Before engaging, possibly, in drafting a charter to be then submitted to W3C members, W3C would like to solicit input from the developers' community. An interactive questionnaire was therefore set up at:

http://www.w3.org/2002/09/wbs/1/semweb-js-api/

to collect community input. W3C would appreciate if interested developers filled the questionnaire to promote consensus on this issue.

BTW: The 3rd Workshop on Scripting for the Semantic Web is colocated with ESWC 2007. June 6 or 7, 2007 Innsbruck, Austria.

Jena now has got GRDDL support

Want to use legacy HTML on the Web or don't care about migrating to RDF? Use GRDDL! And the best is: Now, Jena can assist you in writing software that does all the GRDDL stuff for you:

http://jena.sourceforge.net/grddl/index.html

Call For Participation: Programmers interested in SW project...

Quoting Kjetil Kjernsmo from the W3C SWEO IG

Many of you probably know allready, but I hope to spread this as widely as possible:

In the Semantic Web Education and Outreach Interest Group, we decided that an important part of spreading SW is to create useful applications that can make a difference to a lot of people, and so, we came up with this:

http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects

The goal is to gather programmers allready interested in semweb
technology around a few projects. It is not a competition, like the Semantic Web Challenge, we just want to get the great minds together.

Please propose projects and spread the questionnaire to others that may be interested.

Another good news: Generating RDFa from Movable Type

Enjoy reading Bob DuCharme's blog post on how to generate RDFa from Movable Type.

Welcome to the Semantic Web, flickr.com!

Now, this is really good news: Flickr is rolling out a new feature called machine tags that allows users to be more precise in how they tag, and how they search, their photos.

Machine tags are tags that use a special syntax to define extra information about a tag; they have a namespace, a predicate and a value. The namespace defines a class or a facet that a tag belongs to ('geo', 'flickr', etc.), and the predicate is the name of the property for a namespace ('latitude', 'user', etc).

 

 

Tutorial on non-linear, interactive movie production

We invite anyone interested to look at

 http://www.ist-nm2.org/ShapeShiftedTV-tutorial/

where we'll give an overview on non-linear, interactive movie production.

Using RDF on the Web: A Survey

Lee Feigenbaum made an excellent survey on using RDF on the Web available.

RDF in HTML and Microformats

When Seth states that "[...] Microformats have succeeded here, allowing me to very easily embed metadata into XHTML.", I'd like to reply: You can virtually embed RDF into (X)HTML using RDFa; just as easy as that + you get: multiple Vocs in one place via namespaces, one-tool-for-all-formats, etc.

Want to try out? Go have a look at RDFa bookmarklets

Shape-Shifted TV: On Air!

This rocks: NM2 has been on air :)

Ookles - Semantic Media ?

Reading a review of a new media service called Ookles (to be launched soon) that among other things offers facial and object recognition and an automatic organization of your photos + some kind of intelligent automatic tagging for your media, I am eager to see it working ... and might want to know what kind of technology they use?

BTW: Ookles = Flickr+Riya+YouTube ...

2007 predictions ...

Frankly, I am not superstitious, but I do believe seber when he predicts for 2007:

"Semantic Web products will come of age in 2007 [...] the Semantic web is coming - particularly with the work of companies like RadarNetworks and Metaweb.

We think companies like that will come up with the plumbing to help generate RDF based on HTML."

Semantic Web Dissemination

Reading Tim Finin on SW patents I thought: Wow, the SW has grown up! BTW: I wasn't aware that Google was offering a search on patents. Now, just to give you an idea - when Tim reports that Google finds some 300 patents that contain "ontology", look at the following numbers:

  • SQL ... 616
  • HTML ... 1064
  • "web service" ... 626

 

Where to go 2007 ...

Need to know which conference takes place where and when? For the following scientific domains, this site might be of help  for you:

  • Applied Computing
  • Artificial Intelligence
  • Classification
  • Data and Information Quality
  • Databases
  • Digital Libraries
  • Human Computer Interaction
  • Information Systems & Software Engineering
  • Knowledge Management and Engineering
  • Machine Learning / Data Mining / Information Retrieval
  • Peer-to-Peer, GRID & Pervasive Computing
  • Security
  • WWW and Semantic Web

Shape-Shifted TV

Finally, NM2 goes public: DVB-T war gestern - die Zukunft liegt im interaktiven Fernsehen. Mehr: JR-Presseaussendung ...

RDFa Use Cases

In the W3C RDF-in-HTML task force, we now establish use cases for RDFa.

Pages: 1 (1 - 38 / 38)
counterXX