Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 22454 - 22483 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22454
... It is being used in production environments. ... Well that bug affects performance rather than correctness and then only if using prefix compression. ... ...
Dave Reynolds
derihy
Offline Send Email
May 1, 2006
8:52 am
22455
... 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...
Dave Reynolds
derihy
Offline Send Email
May 1, 2006
8:57 am
22456
... 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...
Dave Reynolds
derihy
Offline Send Email
May 1, 2006
9:03 am
22457
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...
sanketberi
Offline Send Email
May 1, 2006
9:18 am
22458
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...
frederick.verbist
frederick.ve...
Offline Send Email
May 1, 2006
2:31 pm
22459
(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...
aiyer75
Offline Send Email
May 1, 2006
5:57 pm
22460
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" ...
aiyer75
Offline Send Email
May 1, 2006
6:17 pm
22461
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 :...
sanhe xi
xisanhe
Offline Send Email
May 2, 2006
1:57 am
22462
... soln.getResource("sensor") ... l ... print ... The line: ResultSetFormatter.out(System.out, results, query) ; is completely reading the result set (result...
Seaborne, Andy
andyseaborne
Offline Send Email
May 2, 2006
9:41 am
22463
... 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 ...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
10:27 am
22464
... 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.: ...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
10:32 am
22465
... 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...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
10:38 am
22466
... Basically the question is whether your problem divides naturally into independent data sets which individually fit in memory. If so then you can construct...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
10:44 am
22467
... 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...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
11:01 am
22468
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...
shirlinhashi
Offline Send Email
May 2, 2006
12:42 pm
22469
... 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...
Dave Reynolds
derihy
Offline Send Email
May 2, 2006
1:06 pm
22470
... It might also be worth nothing that tuning your database implementation, specifically cache space for indexes, has a great deal of effect. This is...
Seaborne, Andy
andyseaborne
Offline Send Email
May 2, 2006
3:29 pm
22471
Just wondering if we have a set of APIs just like Jena, but will be callabled from C# or C++?...
Liyang Yu
lyu2@...
Send Email
May 2, 2006
6:01 pm
22472
... 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/>. ...
Seaborne, Andy
andyseaborne
Offline Send Email
May 2, 2006
6:39 pm
22473
Dear all, I would like to create a segment like this <Sensor rdf:ID="sensor07"> <hasID rdf:datatype="&xsd;string">12351</hasID> <hasCalibrationdate...
sanhe xi
xisanhe
Offline Send Email
May 2, 2006
9:30 pm
22474
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@...>...
sanhe xi
xisanhe
Offline Send Email
May 2, 2006
10:03 pm
22475
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...
aiyer75
Offline Send Email
May 2, 2006
11:23 pm
22476
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...
kelly_lovely32
Offline Send Email
May 3, 2006
7:47 am
22477
... Yes, well node plus it's values. ... ?? Dave...
Dave Reynolds
derihy
Offline Send Email
May 3, 2006
7:58 am
22478
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
May 3, 2006
9:38 am
22479
... 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’...
CHRIS CATTON
chris479186
Offline Send Email
May 3, 2006
1:17 pm
22480
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...
totos5712000
Offline Send Email
May 3, 2006
2:41 pm
22481
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
May 3, 2006
2:55 pm
22482
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 ...
tsengic@...
jaytea1980
Offline Send Email
May 3, 2006
3:33 pm
22483
... In that case BodyWithNonAdjustableShutterSpeed is declared as being equivalent to an anonymous class which is has the owl:intersectionOf property. ... That...
Dave Reynolds
derihy
Offline Send Email
May 3, 2006
3:55 pm
Messages 22454 - 22483 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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