RDF and OWL Are W3C Recommendations
J1 writes "The World Wide Web Consortium today released the Resource Description Framework (RDF) and the OWL Web Ontology Language (OWL) as W3C Recommendations. RDF is used to represent information and to exchange knowledge in the Web. OWL is used to publish and share sets of terms called ontologies, supporting advanced Web search, software agents and knowledge management. Read the press release for the full list of twelve documents, read the testimonials, and visit the Semantic Web home page."
Semantic Web is a interesting progression. Maybe hopefully more sites will start to use better markup on their websites now. A lot of W3C standards seem overlooked by some pretty big sites.
Surely it's about time for Slashdot to go XHTML+CSS?
Join the Free Software Foundation
When I first read about "the semantic web", my first thoughts were "how the hell is this useful?"
About a year later, I noticed that Clay Shirkey had written an interesting article on the Semantic Web...
It's a bit of a long read, but it does sum up the issues with it quite handily.
Microsoft has already decided to use the RDF standard in it's XML based reporting solution. The interesting thing with this product is it's being touted as a open-source like product: reports are XML based, no binary required to view them, rdf would be a standard, reports are HTML-viewed, no required viewer. Which is funny that Microsoft is trying to break into the reporting market by being generic to break the hold of the current slew of companies that hold the monopoly there with more proprietary solutions.
Interesting don't ya think?
Peace Out.
"This isn't a study in computer science, its a study in human behavior"
I've been looking for some sort of RDF review vocabulary so that I can incorporate product reviews into RSS feeds (but also store them seperately in a complete archive or something). With some sort of review aggregator/grabber, it seems like this would be simple to find out if your friends (as opposed to zealots) liked/disliked a product. The best-looking review vocabulary I've found is the Ideagraph one. Any tools that support reviews with such a format? Or any repositories for RDF reviews? Other formats?
True story.
RDF/XML uses XML namespaces as a somewhat convenient way to write URIs (which are normally quite long).
RDF (in the abstract) doesn't use namespaces, it just uses URIs (aka URLs). (The concept of namespaces is still there in effect, as a collection of related names, in an ontology -- but that's quite different from the formalism of XML Namespaces.)