Hi

I have sparqlmotion script that succesfully exports rdf in xml format
which I use to populate a drop down box in flex It produces the
following result (less namespaces and doctype)

- <coreModel:PublishedBook rdf:about="http://cortext.net/
britishStandard/coreModel#PublishedBook_BS_7671_2008">
  <dc:title rdf:datatype="http://www.w3.org/2001/
XMLSchema#string">BS7671:2008 Requirements for Electrical
Installations</dc:title>
  </coreModel:PublishedBook>
- <coreModel:PublishedBook rdf:about="http://cortext.net/
britishStandard/coreModel#PublishedBook_IEE_GBR">
  <dc:title rdf:datatype="http://www.w3.org/2001/
XMLSchema#string">Guide to the Building Regulations BS7671:2008</
dc:title>
  </coreModel:PublishedBook>
  </rdf:RDF>


As you can see he uris of the instances are listed. Now i want to
eventually extract then pump these uri back into the app to receive
the uispin representation of the said instance.

My question is this.... when i use the following in a browser,

http://localhost:8083/tbl/uispin?app=cortext&resource=http://cortext.net/britishStandard/coreModel#PublishedBook_BS_7671_2008,
UIspin gives me  back the representation of the namespace ie coreModel

but when I use

http://localhost:8083/tbl/uispin?app=cortext&resource=coreModel:PublishedBook_BS_7671_2008
all is fine.

I know this is a namespace or prefix issue but I just cannot work out
the reason why. Much obliged for any pointers

Regards

John

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
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-users?hl=en

Reply via email to