Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 1928 - 1957 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1928 huo3078 Online Now Send Email Dec 2, 2002
10:05 am
i can get predicate in the following way. /*****************************************************/ Property predicate = stmt.getPredicate(); ...
1929 huo3078 Online Now Send Email Dec 4, 2002
10:16 am
1930 Brian McBride
bwmb Offline Send Email
Dec 4, 2002
10:49 am
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...
1931 Renato de Freitas Bul...
renatobulcao Offline Send Email
Dec 4, 2002
10:55 am
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...
1932 huo qiang
huo3078 Online Now Send Email
Dec 4, 2002
11:17 am
hi,Brian OK,it is working.I send my question on Dec 2.I want to get tag name.for example,in my RDF file,i define the following message: ...
1933 Brian McBride
bwmb Offline Send Email
Dec 4, 2002
11:27 am
... 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...
1934 huo qiang
huo3078 Online Now Send Email
Dec 4, 2002
11:36 am
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...
1935 Brian McBride
bwmb Offline Send Email
Dec 4, 2002
11:42 am
... Yup - Jena doesn't do that. Brian...
1936 Renato de Freitas Bul...
renatobulcao Offline Send Email
Dec 4, 2002
1:42 pm
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...
1937 Seaborne, Andy
andyseaborne Offline Send Email
Dec 4, 2002
2:07 pm
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 : ...
1938 Renato de Freitas Bul...
renatobulcao Offline Send Email
Dec 4, 2002
4:38 pm
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 ...
1939 huo3078 Online Now Send Email Dec 4, 2002
5:02 pm
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#" ...
1940 Brian McBride
bwmb Offline Send Email
Dec 4, 2002
5:58 pm
... 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...
1941 Seaborne, Andy
andyseaborne Offline Send Email
Dec 4, 2002
5:59 pm
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...
1942 huo qiang
huo3078 Online Now Send Email
Dec 4, 2002
6:18 pm
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...
1943 Brian McBride
bwmb Offline Send Email
Dec 4, 2002
6:56 pm
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...
1944 Andrei Yershov
alpha_quark Offline Send Email
Dec 4, 2002
7:11 pm
You can print list of namespaces using the following code. Model m //initialize m here NsIterator iterator = m.listNameSpaces(); while(iterator.hasNext()) { ...
1945 Renato de Freitas Bul...
renatobulcao Offline Send Email
Dec 4, 2002
8:57 pm
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...
1946 Seaborne, Andy
andyseaborne Offline Send Email
Dec 4, 2002
10:17 pm
Renato, There is the =~ ("match") (and !~ for "not match") operator in the AND clause that provides full (perl5) regular expressions (actually provided by ...
1947 rmcauble Offline Send Email Dec 6, 2002
8:32 pm
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...
1948 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Dec 9, 2002
9:54 am
... 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...
1949 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Dec 9, 2002
2:16 pm
Hi, ... <?xml version="1.0"?> <!DOCTYPE rdf:RDF [ <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <!ENTITY mysparks...
1950 Seaborne, Andy
andyseaborne Offline Send Email
Dec 9, 2002
4:46 pm
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. ...
1951 the_kruizer <the_krui...
the_kruizer Offline Send Email
Dec 10, 2002
1:42 am
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...
1952 Graham Klyne
gklyne Offline Send Email
Dec 10, 2002
10:33 am
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: ...
1953 Brian McBride
bwmb Offline Send Email
Dec 10, 2002
6:37 pm
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...
1954 Liu Song <liusong@...>
lszomb Offline Send Email
Dec 12, 2002
9:01 am
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...
1955 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Dec 12, 2002
3:21 pm
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...
1956 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Dec 12, 2002
3:26 pm
Hi, Sorry Andy, I didn't realize the lines got split up. From now I'll be using attachment :) Btw, finally I choose Bag instead of List for that...
1957 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Dec 12, 2002
3:35 pm
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...
Messages 1928 - 1957 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help