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 22454 - 22483 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22454 Dave Reynolds
derihy Offline Send Email
May 1, 2006
8:52 am
... It is being used in production environments. ... Well that bug affects performance rather than correctness and then only if using prefix compression. ... ...
22455 Dave Reynolds
derihy Offline Send Email
May 1, 2006
8:57 am
... From an RDF point of view there is no difference between an individual described in plain RDF and one described within an ontology. How you handle it...
22456 Dave Reynolds
derihy Offline Send Email
May 1, 2006
9:03 am
... Ignazio is quite right. Just to add to this - the notion of a resource knowing about a Model is purely to allow the convenience API operations like...
22457 sanketberi Offline Send Email May 1, 2006
9:18 am
hi dave thanks for your comments , but i am still unclear on the exporting part, for example if i have an rdf file , now if i want to query abt its properties...
22458 frederick.verbist
frederick.ve... Offline Send Email
May 1, 2006
2:31 pm
Hi Dave, thank you for the answer. I was wrong about the 1 milion statements, it will more be around the 20 milion but anyway... Is there a document explaining...
22459 aiyer75 Offline Send Email May 1, 2006
5:57 pm
(1) Does the Model.read() method validate the OWL file that it reads ? I created an Ontology with obvious inconsistencies (E.g a functionalProperty being...
22460 aiyer75 Offline Send Email May 1, 2006
6:17 pm
Hi dave, Re. ur comment below: "If you need RDFS inference, as your (S) suggests, then I'd recommend computing the closure in memory and then persisting that" ...
22461 sanhe xi
xisanhe Offline Send Email
May 2, 2006
1:57 am
Hi, Thank you guy, Andy and Dave. I am able to do simple queries on my sensor ontology now. with the following code: String queryString = "PREFIX :...
22462 Seaborne, Andy
andyseaborne Offline Send Email
May 2, 2006
9:41 am
... soln.getResource("sensor") ... l ... print ... The line: ResultSetFormatter.out(System.out, results, query) ; is completely reading the result set (result...
22463 Dave Reynolds
derihy Offline Send Email
May 2, 2006
10:27 am
... You have to this manually, find each individual you no longer want (that will be application-dependent) then for each one remove all the statements ...
22464 Dave Reynolds
derihy Offline Send Email
May 2, 2006
10:32 am
... In general use SPARQL. If all you want is the instances with a given name then you can do that at the RDF API level, e.g.: ...
22465 Dave Reynolds
derihy Offline Send Email
May 2, 2006
10:38 am
... Still not that enormous. ... Not that I'm aware of. For the database backend then the options are described at: http://jena.sourceforge.net/DB/options.html...
22466 Dave Reynolds
derihy Offline Send Email
May 2, 2006
10:44 am
... Basically the question is whether your problem divides naturally into independent data sets which individually fit in memory. If so then you can construct...
22467 Dave Reynolds
derihy Offline Send Email
May 2, 2006
11:01 am
... No. ... First see http://esw.w3.org/mt/esw/archives/000048.html for discussion on the limitations of using OWL for validation. Second see Eyeball as a...
22468 shirlinhashi Offline Send Email May 2, 2006
12:42 pm
Olá pessoal, Tenho trabalhado com jena e me deparo com o seguinte problema: Construi minha ontologia no Protégé e criei uma aplicação, com regras seguindo...
22469 Dave Reynolds
derihy Offline Send Email
May 2, 2006
1:06 pm
... I don't think that there is one perfect solution. OWL visual editors I've come across include: o EzOWL (not included in latest protege but in earlier...
22470 Seaborne, Andy
andyseaborne Offline Send Email
May 2, 2006
3:29 pm
... It might also be worth nothing that tuning your database implementation, specifically cache space for indexes, has a great deal of effect. This is...
22471 Liyang Yu
lyu2@... Send Email
May 2, 2006
6:01 pm
Just wondering if we have a set of APIs just like Jena, but will be callabled from C# or C++?...
22472 Seaborne, Andy
andyseaborne Offline Send Email
May 2, 2006
6:39 pm
... For C#, and C++ on .Net, you can use Jena itself. You just need to convert all the jars files to IL using IKVM <http://www.ikvm.net/>. ...
22473 sanhe xi
xisanhe Offline Send Email
May 2, 2006
9:30 pm
Dear all, I would like to create a segment like this <Sensor rdf:ID="sensor07"> <hasID rdf:datatype="&xsd;string">12351</hasID> <hasCalibrationdate...
22474 sanhe xi
xisanhe Offline Send Email
May 2, 2006
10:03 pm
Or should I open the sensorOnto.owl file and add the node and write it out again? it seems better than just adding a node? thanks sanhe xi <xisanhe@...>...
22475 aiyer75 Offline Send Email May 2, 2006
11:23 pm
Hi, (1) Is there a better way to express an *ordered* list in OWL other than using rdf:List ? (2) How do i use SPARQL to query for the members in such a list...
22476 kelly_lovely32 Offline Send Email May 3, 2006
7:47 am
cash cash cash !! enjoy in weekends !! i got a website which is paying money for simply filling the easy forms and applications.if u want to earn money in an...
22477 Dave Reynolds
derihy Offline Send Email
May 3, 2006
7:58 am
... Yes, well node plus it's values. ... ?? Dave...
22478 Seaborne, Andy
andyseaborne Offline Send Email
May 3, 2006
9:38 am
... I'm not sure I'd descrbe it as "better" but there are sequences (rdf:Seq). ... ARQ provides "Function Properties" that enable list access in a fully SPARQL...
22479 CHRIS CATTON
chris479186 Offline Send Email
May 3, 2006
1:17 pm
... list in OWL other ... You should be aware that using rdf:List in owl to express an ordered list will result in a model that is OWL-Full. The ‘better’...
22480 totos5712000 Offline Send Email May 3, 2006
2:41 pm
Hello, I have a problem using the listIntersectionClasses() when there is the equivalentClass tag used in the definition of the class that is defined as an...
22481 Seaborne, Andy
andyseaborne Offline Send Email
May 3, 2006
2:55 pm
... That can be done as well by defining, say, ":segments". There is nothing especailly magic about list:member except for the fact that it is part of the...
22482 tsengic@...
jaytea1980 Offline Send Email
May 3, 2006
3:33 pm
I tried to use Jena's rule engine to do the following example. 2 integer input, A, B I want it to do: If A > 0 and B > 0, putput A*B. otherwise give me some ...
22483 Dave Reynolds
derihy Offline Send Email
May 3, 2006
3:55 pm
... In that case BodyWithNonAdjustableShutterSpeed is declared as being equivalent to an anonymous class which is has the owl:intersectionOf property. ... That...
Messages 22454 - 22483 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