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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 32752 - 32782 of 42060   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32752
Dear ALL, Can anyone help me please. I am a beginner with no programming background nor of the Computer background. I have develop an ontology using protege...
henry fonbeyin
fonbeyin
Offline Send Email
Feb 1, 2008
8:07 am
32753
Hi Henry, I think that no one can help you if you do not provide more details on the scope of your semantic web application. What is it for ? What kind of ...
Gérard Dupont
ger.dupont@...
Send Email
Feb 1, 2008
8:24 am
32754
... I am just a reshipper ... he says, quickly denying responsibility for the RDFa implementation. I perhaps ought to update the link to Fabien's transform. ...
Jeremy Carroll
jjchplb
Offline Send Email
Feb 1, 2008
8:29 am
32755
... If you have no programming nor computing background then I don't think you're ready to develop a semantic web application on your own. Applications are...
Chris Dollin
kers_ihy
Offline Send Email
Feb 1, 2008
9:03 am
32756
... Thanks to all for the replys... Tim, how did you do to make Tomcat work with Jena? Because, like my first message talks about, i need to create a web page...
marco.succi
Offline Send Email
Feb 1, 2008
9:47 am
32757
Hi everybody I want one´question which is product of my ignorance. I have an ontology of bibliograghic references and some classes are succlasses of other...
David Leston
david.leston
Offline Send Email
Feb 1, 2008
9:57 am
32758
... Not valid XML - please supply data that does not need to be fixed up. ... What SPARQl query have you tried? Not sure what Pellet has to do with it: PREFIX...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 1, 2008
11:26 am
32759
Hi, can please someone tell me, if this is normal? My System: Windows Server 2003 2GB Ram AMD Athlon 64 X2 Dual Core Processor 4600+ Have only 300MB of free...
christian.welle
Offline Send Email
Feb 1, 2008
12:32 pm
32760
Hi, I have model A and B with same ontology inside. After I add some triplets and done the inference work, I hope to clean them and keep the original ontology...
xiang.su
Offline Send Email
Feb 1, 2008
2:01 pm
32761
... Define 'normal' :-) I think it's explicable. ... Disk space is very tight. I can't imagine either mysql or windows are very happy, and it might well affect...
Damian Steer
pldms0
Offline Send Email
Feb 1, 2008
3:27 pm
32762
... No. Three things: 1/ SDB is more suited to larger datasets. http://jena.sourceforge.net/SDB/ 2/ Did you change the MySQL configuration from the default?...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 1, 2008
3:34 pm
32763
Hello, everyone. I'm using the Jena framework to read an OWL ontology, but I'm having some problems to access the min and maxCardinality. Can you help me,...
xmarcusl-comp
marcusvinct
Offline Send Email
Feb 1, 2008
4:12 pm
32764
... Just an aside but that is a strange way to do the test. It would be better to do something like: // Outside any loop Resource unigene = model.getResource(...
Dave Reynolds
derihy
Offline Send Email
Feb 1, 2008
4:35 pm
32765
... By "inside" do you mean the same statements are in each model or do you mean you are using OntModels and they have the same import? ... Don't know without...
Dave Reynolds
derihy
Offline Send Email
Feb 1, 2008
5:07 pm
32766
... I assume that you're using Tomcat as a straightforward servlet container (i.e. HttpServlets and JSP files). If you're doing anything beyond this, then...
Swanson, Tim
timwswanson
Offline Send Email
Feb 1, 2008
5:19 pm
32767
... Just wanted to follow up on one thing here. If your servlet ONLY reads files, then you don't really need to worry about concurrency. If your servlet writes...
Swanson, Tim
timwswanson
Offline Send Email
Feb 1, 2008
5:22 pm
32768
... working example. For instance, your RDF fragment doesn't show the bindings for the XML entity mdmns. I also cant' reverse engineer your intent from your...
al
alpinekid
Offline Send Email
Feb 1, 2008
5:31 pm
32769
Hello Dave, thanks for answering and for the tips. That's a strange way of doing test, no doubt!! =) I was doing another test and just re-used the code. About...
xmarcusl-comp
marcusvinct
Offline Send Email
Feb 1, 2008
7:11 pm
32770
Hi I would like to know how I can know (what function i have to use) all the properties of a given class and if I could to know what is the range of this...
David Leston
david.leston
Offline Send Email
Feb 1, 2008
11:28 pm
32771
I´m sorry Andy but in the line that says ?x :name "Int......" in the query ther is an error.He says a lot of errors like there is necessary to put a ; for...
David Leston
david.leston
Offline Send Email
Feb 2, 2008
11:53 am
32772
You will have to join the line of the broken "" but that's email. I ran the query before I sent it to the list. Andy ... -- Hewlett-Packard Limited Registered...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 2, 2008
2:43 pm
32774
... Depends exactly what you mean by "properties of a class" but you probably want OntClass.listDeclared properties. For more details see: ...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2008
3:28 pm
32775
... I already mentioned this - use the isMin/MaxCardinalityRestriction methods so your code would be more like: Restriction r = oc.asRestriction(); if...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2008
3:33 pm
32776
... Yes. owl:unionOf is part of OWL not part of RDFS and so you need one of the OWL reasoner configurations and Micro is a good default choice. [Well, actually...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2008
3:36 pm
32777
Thanks Dave! I didn't realised that you had already mentioned the isCardinality. Thanks a lot. Marcus Vinícius Abra sua conta no Yahoo! Mail, o único sem...
xmarcusl-comp
marcusvinct
Offline Send Email
Feb 2, 2008
4:23 pm
32778
Is there any easy way to parse an ontology and create another one with just a copy of some of its definitions? I thought of doing this using SAX, but I expect...
xmarcusl-comp
marcusvinct
Offline Send Email
Feb 3, 2008
4:47 pm
32779
Hello, I want to make a cardinality restriction and assert that an instance (Individual) is rdf:type that restriction. How can make it? Thanks....
Alejandro Rodriguez G...
jalo_rg
Offline Send Email
Feb 3, 2008
8:06 pm
32780
Thanks for reply. By "inside" I mean the same statements are in each model. I am using Jena 2.5 I tested the removeAll(), and it works. I have some more hints,...
xiang.su
Offline Send Email
Feb 4, 2008
8:21 am
32781
3rd Special Track on Ontologies for Biomedical Systems for 21st IEEE International Symposium on Computer-Based Medical Systems Jyväskylä, Finland June 17-19...
Amandeep Sidhu
asidhu24
Online Now Send Email
Feb 4, 2008
8:50 am
32782
Hi everybody... I'm doing a project for yhe university based on the Semantic Web Technologies. I've recently tried to set up eclipse for working with jena...
marco.succi
Offline Send Email
Feb 4, 2008
8:55 am
Messages 32752 - 32782 of 42060   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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