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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 1625 - 1654 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1625 Brian McBride
bwmb Offline Send Email
Oct 1, 2002
7:19 am
... No. There are two mechanisms here. The xmlns attribute can define a default namespace, so that: <rdf:RDF...
1626 Dave Beckett
dj_beckett Offline Send Email
Oct 1, 2002
9:40 am
... Correctly: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Description> ... <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> ...
1627 Jon Heggland
jheggland Offline Send Email
Oct 1, 2002
11:38 am
... On a related note, another "feature" is that MySQL strips trailing spaces from varchar columns, with the result that the literals "", " " and " " (and so...
1628 Dave Reynolds
derihy Offline Send Email
Oct 1, 2002
1:26 pm
Hummm. Thanks for pointing this out, another MySQL feature I hadn't appreciated. I'll take a look - if the MySQL feature itself can't be supressed then could...
1629 HUYNH Huu Hung
hhhung01 Offline Send Email
Oct 1, 2002
4:13 pm
I have 3 classes: The first: <daml:Class rdf:ID="Concept"> <rdfs:label>Concept</rdfs:label> </daml:Class> the second: <daml:Class rdf:ID="Component"> ...
1630 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
4:31 pm
Hi, This is a limitation of the current implementation. The DAML loader will inspect each resource to see what is the appropriate abstraction to use to model...
1631 HUYNH Huu Hung
hhhung01 Offline Send Email
Oct 1, 2002
4:39 pm
Specifically, since a Component is a sub-class of Concept, any instance of Component you create will also have (by extension) rdf:type Concept. So I'm not...
1632 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
6:56 pm
... Well, as I said before in the current implementation no object will ever be listed by both listDAMLClasses() and listDAMLInstances(); they're wholly ...
1633 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
7:07 pm
Liu Song - I believe that the problem here is that you have declared the range of the hasConstraint property to be a list, whereas the range of the daml:range ...
1634 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
7:35 pm
Liu Song - The current version of DAML+OIL support in Jena is very limited with respect to inference. A key goal of the new architecture is to provide the...
1635 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
7:36 pm
Hmm. No obvious reason for the difference that I can see ... it ought to work as you expect. I've logged it as a bug. Cheers, Ian ... From: fuzzled...
1636 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Oct 1, 2002
7:44 pm
Hi Ed, ... Jena, I think. I haven't done an in-depth investigation, but from memory the list code checks to see that a well-formed list is rdf:type daml:List,...
1637 Liu Song
lszomb Offline Send Email
Oct 2, 2002
2:55 am
Thank you for you help. I use DAML:List as the range of property because I want to create an ontology like this: hasConstraint is a property. ConstraintRules...
1638 Justo Ruiz
justo.ruiz@... Send Email
Oct 2, 2002
7:19 pm
All, I am trying to port Jena/RDB to MS SQL 2000 for testing purposes. I managed to create a new "Generic/Generic" SQL Script, which is being successfully...
1639 Dalimar9 Offline Send Email Oct 2, 2002
7:55 pm
Hi, Im having a hard time getting jena 1.5, SleepyCat db and tomcat 4.1 to work together. Ive put the db.jar that sleepycat makes almost everywhere in the...
1640 HUYNH Huu Hung
hhhung01 Offline Send Email
Oct 2, 2002
9:00 pm
1641 Brian McBride
bwmb Offline Send Email
Oct 3, 2002
8:24 am
... I haven't run this with tomcat, but maybe this will help. When I run the jvm I have -Djava.library.path=directoryOfBDBLibaray on the command line. This...
1642 Seaborne, Andy
andyseaborne Offline Send Email
Oct 3, 2002
8:45 am
I have run Jena inside Tomcat4 with BDB files: I put a directory on the path (that is the PATH, not the CLASSPATH). You need various files: the BDB engine and...
1643 Dave Reynolds
derihy Offline Send Email
Oct 3, 2002
3:36 pm
... Great. ... Hard to see what the problem is without more details. This in "addLiteral", it looks like it has successfully allocated an ID against which to...
1644 Dave Reynolds
derihy Offline Send Email
Oct 3, 2002
4:07 pm
Theunis de Jongh did a port to SQL Server and put the files up at http://openbdg.epiuse.net, that might help solve your problems. Sorry I should have...
1645 Justo Ruiz
justo.ruiz@... Send Email
Oct 3, 2002
5:08 pm
Thanks for your comments. I'll double check it... If I manage to get it working, I will post the SQL Scripts. :-) Cheers, Justo. ... From: Dave Reynolds...
1646 Dalimar9 Offline Send Email Oct 3, 2002
6:28 pm
Thanks for the help with the JNI for Sleepycat - Im sure one of the suggesions will work Im trying to search all the literials of the db (fulltext search...
1647 Seaborne, Andy
andyseaborne Offline Send Email
Oct 4, 2002
8:17 am
Hi Ryan, The match you are doing is a regular expression search for the substring "Africa". [If you just want literals that are "Africa" you can use (?s , ?p ...
1648 Dave Reynolds
derihy Offline Send Email
Oct 4, 2002
8:38 am
One other option you have is to use the RDB backdoor ModelRDB.createConstraints(). This has lots of limitations so it may not help much. All it does is allow...
1649 Dave Reynolds
derihy Offline Send Email
Oct 4, 2002
2:15 pm
... I've looked into this now (thanks for pointing it out) and it is serious - not only are the trailing spaces lost but that can lead to NullPointer...
1650 HUYNH Huu Hung
hhhung01 Offline Send Email
Oct 4, 2002
6:31 pm
I have a class like this: <daml:Class rdf:ID="Antenna"> <rdf:type> <daml:Class rdf:about="#Concept" /> </rdf:type> <rdfs:label>Antenna</rdfs:label> ...
1651 HUYNH Huu Hung
hhhung01 Offline Send Email
Oct 4, 2002
6:43 pm
1652 Michael Sintek
msintek Offline Send Email
Oct 7, 2002
3:31 pm
... Hi, such a translator is part of TRIPLE (triple.semanticweb.org): it translates DAML+OIL ontologies (taxonomy only) into the XML format that can be read ...
1653 Janne
jandanils Offline Send Email
Oct 8, 2002
8:23 am
Sorry for the delay to respond. Surely I can have a go at "stress- testing" Jena. Just let me know what and when :) -- Janne ... the code ... statement ... ...
1654 Seaborne, Andy
andyseaborne Offline Send Email
Oct 8, 2002
1:58 pm
Janne, I have looked at code and it does check the query aborted flag (it happens in TriplePattern.BindingIterator.hasNext()) and it does .close() the ...
Messages 1625 - 1654 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