GeekArticles
Web Programming
PythonShould Atom Use RDF?
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 750 times |
Add CommentFiled in: Pythonby Mark Pilgrim August 20, 2003 Four Independent Issues Here are four related but completely independent issues: The RDF model : statements are triples; use graphs not trees The RDF/XML serialization : a popular syntax for expressing individual RDF documents RDF tool support: RDFlib for Python, Drive for .NET, etc. The Semantic Web And here are four related but completely independent counterarguments: The RDF conceptual model is overkill for specific applications, or is always overkill,...n
Read Article Sponsored Links
Related Articles
• RegEx feed parser for RSS, Atom, OPML ... Is it possible to find an easy way for parsing feeds without the format and versioning traps of XML schemas? The idea becomes reality thanks to regular expression ...
• Atom Publishing Protocol Interop a Success The first interoperability session for Atom Publishing Protocol implementations (both clients and servers) was a success. The best news was that many of the clients and servers were able to interoperate with little to no tweaking despite never having me ...
• QuickTime Atom Viewer QuickTime Atom Viewer application provides the user with a visual representation of the QuickTime container. QuickTime files can contain a wide variety of different video coded streams (MPEG-2, MPEG-4, H.264, Animation, DV, MJPEG), still graphic formats (TIFF, PICT, JPEG), and audio streams (WAV, AI ...
• ASP.NET Tip: Creating an Atom XML Feed Atom, the replacement for RSS, is quickly being adopted by many blogging software makers. Learn how to produce an Atom XML feed using a database ta ...