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 43821 - 43850 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43821 Dave Reynolds
derihy Offline Send Email
May 1, 2010
12:15 pm
... I.e. no unique-name-assumption ... For this you need Pellet or similar. The Jena rule reasoner is limited to OWL lite syntax (with OWL full semantics) - it...
43822 m_seaden Offline Send Email May 1, 2010
1:40 pm
I have today converted the Jena 2.6.2 libraries successfully to a .NET assembly. Referencing in Visual Studio 2010 appears to expose the "jena" namespace fine...
43823 Paolo Castagna
castagna.lists@... Send Email
May 1, 2010
4:12 pm
Hi Mark, thanks for reporting back to us. One thing to do, if at all possible, would be to run the Jena test suite and see if there are tests failing. However,...
43824 m_seaden Offline Send Email May 2, 2010
8:58 am
Hi, I have built a test application in C# to run the test framework that is normally executed by the test.bat program in the root Jena directory. I have used...
43825 Dave Reynolds
derihy Offline Send Email
May 2, 2010
9:26 am
... 33x slow down is unusuable, hadn't previously heard of such a hit with IKVM. ... There are only actually a few problem cases in there: o The two failures...
43826 m_seaden Offline Send Email May 2, 2010
9:52 am
Hi Dave. An update. I have fixed all issues, they were simply compound errors of the IKVM JDBC assembly not being present in the application path. This...
43827 Alia
abahanshal Offline Send Email
May 2, 2010
10:19 am
Hello all, I am Alia B. a Researcher at King AdulAziz City for Science and technology, Saudi Arabia I started learning about the semantic web technology And I...
43828 Dave Reynolds
derihy Offline Send Email
May 2, 2010
11:16 am
... Welcome. ... What's the question? ... The Jena homepage http://jena.sourceforge.net/documentation.html includes tutorials for the basic API and SPARQL plus...
43829 sham.nangla@...
sham.nangla... Offline Send Email
May 2, 2010
12:50 pm
Hello All, I have created a SPARQL query to select resources and I want to create java swing GUI to allow users to choose resource and specifies their own...
43830 Paolo Castagna
castagna.lists@... Send Email
May 2, 2010
1:00 pm
... Hi Sonny, please, read: http://jena.sourceforge.net/ARQ/app_api.html Paolo...
43831 Tabbasum
t_naz2001 Offline Send Email
May 2, 2010
8:15 pm
Hi Andy, Thanks for the reply. Yes, you are right that the domian of TechniqueID is a union of SurveyTechnique or SurveyInfo. So what can I do to get...
43832 Aseel Aldawood
aseelaldawood Offline Send Email
May 2, 2010
9:36 pm
hay can i search the ontology by entering a concept and get the parent and chides for it ?like is there any library or API reday to use ? thank you...
43833 Dave Reynolds
derihy Offline Send Email
May 3, 2010
8:57 am
... Sure see http://jena.sourceforge.net/ontology/index.html You can get an OntClass to represent the concept the list its super/sub classes. Dave...
43834 m_seaden Offline Send Email May 3, 2010
12:26 pm
I won't have time to follow up on this over the next few days, however my initial removal of any buffered output did have any performance impact. Jeroen...
43835 Alfredas
lafredas... Offline Send Email
May 3, 2010
12:49 pm
I had exactly the same issue. I was using joseki to load rdfs in to TDB. Having multiple simultaneous requests to joseki ruins the db and produces the...
43836 Whitley, Zachary C.
zachary.whitley@... Send Email
May 3, 2010
1:48 pm
I'm getting a 404 on http://jena.sourceforge.net/vocabularies/assembler.n3 The file is referenced in the assembler howto at...
43837 spanneberg.bastian
spanneberg.b... Offline Send Email
May 3, 2010
1:51 pm
... All the RDF/SPARQL funtionallity is wrapped into a library which uses Jena 2.6.2, ARQ 2.8.3 and TDB 0.8.5. The test case then opens several reading and...
43838 spanneberg.bastian
spanneberg.b... Offline Send Email
May 3, 2010
4:10 pm
... Ok, now I've rewritten my testcase, to only do simple read/write operations directly on a TDB model, without using our lib. The test runs fine now, so I...
43839 Andy Seaborne
andyseaborne Offline Send Email
May 3, 2010
4:24 pm
... Yes. A good tactic is to print the RDF out in a format that clearly shows the triple structure such as Turtle or N-triples. This will show you how RDF is...
43840 Meri Kovach
meri.kovac Offline Send Email
May 3, 2010
6:31 pm
Hi everyone, Is it possible to do a query that uses one of ARQ extensions (aggregate, group by, etc..) over any endpoint? Or is it necessary that that...
43841 Andy Seaborne
andyseaborne Offline Send Email
May 3, 2010
8:39 pm
... The extensions are not in general simple transformable to SPARQL 1.0. You'll have to check each endpoint as to what it offers because theer are some...
43842 althorlaela Offline Send Email May 3, 2010
9:08 pm
Hello again, I'm trying to understand the Jena performance concerning cardinality restrictions on OWL and validation on the model, and I have a few questions...
43843 Torrance Slauson
torranceslauson Offline Send Email
May 3, 2010
11:55 pm
Has anyone seen this error before? [5/3/10 15:24:11:946 PDT] 0000002a SystemErr R Caused by: com.hp.hpl.jena.tdb.base.block.BlockException: File size...
43844 Paolo Castagna
castagna.lists@... Send Email
May 4, 2010
6:35 am
... Are you using a Multiple Reader or Single Writer (MRSW) policy for concurrency access? See: - http://openjena.org/wiki/TDB/JavaAPI#Concurrency ...
43845 Andy Seaborne
andyseaborne Offline Send Email
May 4, 2010
8:25 am
... All the cases of this I have seen, or that have been reported in sufficient detail to diagnose the issue have been with not sticking to the Multiple Reader...
43846 Andy Seaborne
andyseaborne Offline Send Email
May 4, 2010
8:36 am
... This is indeed an impossible block size (file sizes for a block file are a multiple of 8K or 8M on a 64-bit JVM - you appear to be on a 64bit JVM). Is this...
43847 Chris Dollin
kers_ihy Offline Send Email
May 4, 2010
9:16 am
... My experience with mysterious long delays in running the test suite (on Linux) is that something somewhere is waiting for a network timeout. Or lots of...
43848 Tabbasum Naz
t_naz2001 Offline Send Email
May 4, 2010
11:33 am
Hi Andy, Thanks for the reply again. I am not getting your point.Let me explain my aim. My aim is just to extract all the properties (Datatype and Object) and...
43849 Alfredas Chm
lafredas... Offline Send Email
May 4, 2010
11:55 am
I think Multiple Reader or Single Writer policy violation is what corrupts TDB. Though it is strange that Joseki allows that kind of violation. To solve my...
43850 Chris Dollin
kers_ihy Offline Send Email
May 4, 2010
12:15 pm
... No. The reason is that a "relevant class" can be an arbitrarily complicated class expression hidden behind a bnode. (If the complicated class expression...
Messages 43821 - 43850 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