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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 44093 - 44122 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44093 pimvdhelm Offline Send Email Jun 1, 2010
7:25 am
Hi Holger and Andy, Due to your answers I did an extra check on the Union part. Then I noticed the query did not use all results from the graph part on each...
44094 Mathilde Deffontaines
vive_la_pomp... Offline Send Email
Jun 1, 2010
8:38 am
Hi I just try to run the ExTDB1 from the src-example repertory from the dowload of TDB and get an error the error is: Exception in thread "main"...
44095 Andy Seaborne
andyseaborne Offline Send Email
Jun 1, 2010
1:25 pm
... This Java error means you have an incompatible set of jar files: specificically, between TDB and ARQ. Use the version of ARQ that comes with the download...
44096 Helm, P.W. (Pim) van ...
pimvdhelm Offline Send Email
Jun 1, 2010
4:33 pm
I try to fill my TDB database via an sparql update query. This query should add only unique coordinates from a data-file containing not only unique...
44097 Andy Seaborne
andyseaborne Offline Send Email
Jun 1, 2010
5:24 pm
ARQ 2.8.4 has been released - this is primarily a maintenance release but also includes internal changes to the way storage layers fit into ARQ to facilitate...
44098 Andy Seaborne
andyseaborne Offline Send Email
Jun 1, 2010
5:25 pm
Jena 2.6.3 has been released - this is primarily a maintenance release. This is also the first release of Jena since many of the contributors left HP and we...
44099 kaifan0112 Offline Send Email Jun 1, 2010
6:05 pm
Hello, I'm trying to parse some very large OWL files using Jena (an example of such files is http://www.ontologyportal.org/WordNet.owl). Initially, I did the...
44100 Andy Seaborne
andyseaborne Offline Send Email
Jun 1, 2010
6:42 pm
... which has a lot of warnings - these need fixing somehow (and reporting the data creator) e.g. use of 'men-o'-war' <owl:Thing rdf:ID="men-o'-war"> The ' is...
44101 kaifan0112 Offline Send Email Jun 1, 2010
8:45 pm
Thanks for your reply, Andy. I'm running Linux with 32-bit JVM. I tried 1200M for the max heap size as you suggested. It seems to address the memory problem as...
44102 Nick Khamis
symack@... Send Email
Jun 2, 2010
2:54 am
Hello Everyone, We are looking for various technologies to take care of the different requirements: * An OWL 2 API to create ontology models. We were...
44103 Chris Dollin
kers_ihy Offline Send Email
Jun 2, 2010
7:40 am
... In general, that's not possible -- the way OWL is represented in RDF means that to find all the definitional bits of a class or property means that you...
44104 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
8:15 am
... Which code? Readign into TDB of the in-memory version? ... It didn't take me that long to either parser or load the data into TDB directly from WordNet.owl...
44105 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
8:18 am
You might try a nested query: INSERT { } WHERE { SELECT ... { GRAPH ... } ORDER BY ... } or don't use a bNode in the INSERT template, because then you don't...
44106 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
8:25 am
TDB 0.8.6 introduces various fixes and also a restructured bulk loader: + load quad formats (N-Quads (extension ".nq"), TriG (extension ".trig")) into an...
44107 Earnest_T_Bass Offline Send Email Jun 2, 2010
3:03 pm
Hello, When using a TDB backed model (TDBFactory.createModel) and a Construct query that invokes a custom property function, the QuerySolutionMap doesn't seem...
44108 Chris Dollin
kers_ihy Offline Send Email
Jun 2, 2010
3:07 pm
... A test case would be nice. -- "I wish someone had told _me_." George, /Dead Like Me/ Epimorphics Ltd Registered address: C/O...
44109 Mathilde Deffontaines
vive_la_pomp... Offline Send Email
Jun 2, 2010
3:29 pm
Hi There is sth very strange, once the regex function works, and when exactly the same is in a rule, it doesn't work anymore... Why? What can I do? *this...
44110 Earnest_T_Bass Offline Send Email Jun 2, 2010
3:40 pm
Just updated to the latest version of TDB and all seems well now, except that the current SPIN libraries I'm also using aren't compatible. Looks like the...
44111 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
4:06 pm
P_Inverse - changed from 2.8.2 to 2.8.3, the version before last. Installing property paths as property functions is not ideal - better to use extended SPARQL...
44112 kaifan0112 Offline Send Email Jun 2, 2010
6:28 pm
Hi Andy, Yes, I read the model into TDB. Here is my code: Model model = TDBFactory.createModel("/home/calvin/Temp");...
44113 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
7:51 pm
... Better to use the command line tool: tdbloader. Bulk loading is more efficient than reading into the model when the model is empty and the data is large. ...
44114 Marco Neumann
neumarcx Offline Send Email
Jun 2, 2010
7:55 pm
Andy, what syntax do you use here? Syntax.syntaxSPARQL_11 or Syntax.syntaxARQ ... -- KONA Meet us at the Semantic Technology Conference this year in San...
44115 Andy Seaborne
andyseaborne Offline Send Email
Jun 2, 2010
8:03 pm
Either, in ARQ 2.8.4 Syntax.syntaxARQ is a superset of Syntax.syntaxSPARQL_11 (Syntax.syntaxSPARQL_11 is not finished but the query part should be OK). Andy...
44116 kaifan0112 Offline Send Email Jun 2, 2010
9:20 pm
Thanks Andy. That's what I was looking for. By the way, I'm parsing some OWL files that are using qualifiedCardinality. For example, the file...
44117 michel.bohms Offline Send Email Jun 3, 2010
8:14 am
Wouldn't it be logical to find in: http://sourceforge.net/projects/joseki/files/Joseki-SPARQL/ a Joseki-3.4.2 that actually uses the latest (non-rc) arq, jena...
44118 Paolo Castagna
castagna.lists@... Send Email
Jun 3, 2010
8:38 am
... Including TDB into Joseki might not be a bad idea. TDB jar itself isn't big and Joseki already depends on Jena and ARQ. It will also reduce the risk of...
44119 Andy Seaborne
andyseaborne Offline Send Email
Jun 3, 2010
10:17 am
... Jena 2.6.3 and ARQ 2.8.4 were released on Tuesday, and TDB 0.8.6 was released on Wednesday this week. It is now Thursday. Rather than wait until...
44120 Marco Neumann
neumarcx Offline Send Email
Jun 3, 2010
1:32 pm
Will we see this feature in the construct clause at some stage? Marco ... -- KONA Meet us at the Semantic Technology Conference this year in San Francisco. ...
44121 Andy Seaborne
andyseaborne Offline Send Email
Jun 3, 2010
1:37 pm
... Indirectly: rather than add a whole expression evaluation context to CONSTRUCT, the pattern part can do it: CONSTRUCT { ?s ?p ?o } WHERE { SELECT ?s ?p...
44122 Martynas Jusevicius
martynas.jus... Offline Send Email
Jun 3, 2010
1:38 pm
Hey list, I'm developing an application which stores various report data as RDF using Jena (currently SDB, but might switch to TDB). There can be many reports...
Messages 44093 - 44122 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