I haven't checked this but something like:
select $creator
subquery(
select $type
from <rss_schemas>
where $type <http://www.w3.org/2002/07/owl#sameAs>
<http://purl.org/dc/elements/1.1/creator>
)
from <rss_feeds>
where $creator $type 'rubys@intertwingly.net';
"rss_schemas" is the model which holds mappings from Dublic Core to other schemas. "rss_feeds" are any URLs like "http://www.intertwingly.net/blog/index.rdf", file or Kowari model.
Danny Ayers noted that in RDQL: "SELECT ?a, ?c WHERE (?a, <dc:title>, ?c)" will get you the subProperties as well (without have to specifically list it).
Zoe is one of the Open Source projects to be nominated to be included to go to Comdex.
I was going to totally stay away from coding this weekend.
No comments:
Post a Comment