1 Nov 2007 05:20
ann: Semantic Web Pipes
Giovanni Tummarello <giovanni.tummarello <at> deri.org>
2007-11-01 04:20:01 GMT
2007-11-01 04:20:01 GMT
What are Semantic Web Pipes?
-----------------------------------------------
Using Semantic Web Pipes you can fetch, mix and process RDF files
published on the Web. As the output of a Pipe is an HTTP retrievable
RDF model, simple pipes can also work as inputs to more complex Pipes.
This is similar to what Yahoo Pipes does, but highly targeted to allow
live Semantic Web data recombination. We currently support 3 simple
RDF Pipes modules (Fetch, Mix and SPARQL Transform) but expect more
soon (including a novel "revocation" module for cooperative RDF
editing)
Pipes are written in a simple XML. E.G. a mixing 2 sources is as
simple as this:
<simplemix>
<source url="http://www.w3.org/People/Berners-Lee/card"/>
<source url="http://g1o.net/foaf.rdf"/>
</simplemix>
The result can be displayed by invoking the pipe URI, in this case:
http://pipes.deri.org:8080/pipes/Pipes/?id=simplemix
Pipe modules can be nested for more complex operations. For example
the following pipe will fetch Tim Berners-Lee's publications from DBLP
(linked data version), transform the RDF so to use use Tim
Berners-Lee's official URI and merge it with his FOAF file.
(Continue reading)
My main point was whether it is fine to locally specify the semantics of
a conceptual element that is in someone else's domain space in my own
ontology, assumed that
a) I am specifying it in exactly the same way as the owner of that URI
space does (no differences in the formal and in the intended semantics
of the element) and
b) I am able to solve all the issues in extracting the full
specification for a single element from a larger vocabulary / ontology,
which can be an issue in more expressive ontology languages, namely OWL DL.
There seems to be consensus that, given that a) and b) are mastered,
there are no objections against it from a Web architecture perspective.
Thanks for all your valuable comments!
Best
Martin
---------------------------------------
RSS Feed