From: Elias Torres <el...@torrez.us>
Date: Thu, 13 Jul 2006 10:38:15 -0400
Local: Thurs, Jul 13 2006 10:38 am
Subject: Extensions and Extension Attributes
As you already know we are putting the final touches on the Atom/RDF
store and as we work with James Snell from Abdera and author of many extensions, he found a "bug" as we don't support extension attributes. Our store doesn't capture in RDF elements containing extension Here's the problem child #1: <a:link rel="replies" href="foo" thr:count="10" xmlns:thr="urn:foo" /> Here's another problem child #2: <a:id xmlns:x="urn:bar" #1 is not that bad: :link [ a :Link; thr:count "10"; # notice JS extension #2 is where the hill got a little steep: [] :id "urn:lsid:ex.org:entries:1"^^xsd:anyURI . However, Lee remembered to check the hiking module and found this gem: http://www.w3.org/TR/rdf-schema/#ch_value """rdf:value is an instance of rdf:Property that may be used in There's a note to see example 16 in the RDF primer, but that's not http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#rdfvalue """in some cases one of the parts of the structured value is often The most relevant line: "...or other information that qualifies the main [] :id [ # other contextual information.. Now we can go into the extension attributes... [] :id [ x:identifierType rdfs:type atom:extensionAttributeProperty; Now because of atom:extensionAttributeProperty we can figure what Now onto extensions. atom:extension rdfs:type atom:extensionElementProperty; <a:entry> [ :extension "<gd:when startTime="2005-06-06" endTime="2005-06-07" Luckily, the only two things we need to pass to extension elements: Now in case someone brings up the I would like to query the name of the Additionally, we could support :simpleExtension. <a:entry> [ s:when rdf:type atom:simpleExtensionElementProperty . Regards, Ben, Lee and I. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||