I received this message, so yes, to the best of my knowledge. Anyone experiencing problems? I have noticed that it can be rather slow, lately. Have other...
Yeah, I have had the same problem. I have sent a simple question to the list four days ago and I did not receive the answer. Furthermore, I have not received...
... You need to understand the difference between a namespace and a namespace prefix. A namespace is identified by a uri which you can retrieve by: String...
OK,I''v got it.So we have to find these string and replace with other ways. Thank you for your help. Qiang ... You need to understand the difference between a...
Hi, folks. I'd like to know how to get 'BLABLA' using RDQL. I have used ... "(?uri, <NS0:ancestral>, \"" + BLABLA + "\") " + ... but it didn't work. My RDF...
Hi there, In the extract XML you show, rdf:resource='BLABLA' is a URI so you need a URI in the query. Your code puts in a string. <> is used to quote URIs : ...
Hi, there. Does someone knows how can I get the content of a Bag container? I have a Bag <DC:subject> with three keywords. In fact, I'd like that Bag had any ...
My RDF file looks like the following: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" ...
... What do you want the value of your variable to be? "xmlns:school=\"http://test/school.rdfs#\""? I thought I'd explained before, if you read the rdf/xml...
Hi, You appear to have a prefix ECLASS but use DC in the query. DC is not assigned a prefix uri. Try replacing ECLASS by DC in the USING clause or DC by...
Hi Brian, I just make a jena/jasper program.use jena to process RDF file,get facts and use Jasper to process Prolog. i have finished this program.but i do not...
At 10:18 04/12/2002 -0800, huo qiang wrote: [...] ... Ok, I think I understand what you are trying to do now. You need to turn the property name into a name...
You can print list of namespaces using the following code. Model m //initialize m here NsIterator iterator = m.listNameSpaces(); while(iterator.hasNext()) { ...
Andy, You´re right! It was a big mistake of mine. By the way, is it possible to make RDQL queries using SQL "LIKE"? Does RDQL have any limitation regarding to...
Renato, There is the =~ ("match") (and !~ for "not match") operator in the AND clause that provides full (perl5) regular expressions (actually provided by ...
I'm working on an application which requires Xerces 2, but Jena 1.6.0 depends on classes which only exist in the Xerces 1.4.4 release. That is, I get the...
... Yes, Jeremy has already migrated the codebase for ARP in Jena 2.0 to use Xerces2. The new parser is said to be considerably faster too. Cheers, Ian...
First - a plea: please, please, please do not rely on the email system to transfer things with long lines untouched if sent "text/plain". It doesn't. ...
Hi, I will be trying out jena from .net. There are loads of classes available with the download. Could someone tell me the relevant classes needed for a simple...
FWIW, I uploaded to Sourceforge some time ago a couple of classes I developed to help me construct and iterate through lists. The Sourceforge reference is: ...
Thanks Graham. I'm wondering where this will fit. My immediate thoughts are that the code may be useful directly to folks who want this functionality. In...
hi all, I have a question about merge XML into an ontology writen by DAML+OIL. The MPEG-7 is a standard provide buy MPEG, a standard for describing multimedia...
Hi, Sorry Andy, I didn't realize that the lines got split up. From now I'll be using attachment :) Btw, finally I choose Bag instead of List for that...
Hi guys, First of all, I'm sorry for posting this message 3 times (!). But I'm getting "[twister.c : 419] message is empty" when I check this mailing list if I...