I'm pretty new to SPARQL Motion, and am trying to make some
modifications to Holger's example on RSS feeds seen here:

http://topquadrant.com/docs/videos/2008-03-01-SPARQLMotion.wmv

I want to take in the articles and store them as classes. This is what
I am using to try and create it. I get a Lexical error when I paste it
into a SPARQL window

INSERT {
?uri a owl:Class .
?uri rdfs:subClassOf Feed .
?uri rdfs:label ?Topic .
}
WHERE {
LET (?uri :=  smf:buildURI("http://www.ctg.com/ARF.owl#{?Topic}";)) .
}

I found a similar problem on the forum here:

http://groups.google.com/group/topbraid-composer-users/browse_thread/thread/e11c9f8d7079cff0

Any help would be much appreciated.

Thank you,

Joseph Shea
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to