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...
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 ...
... 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. ...
... 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...
... 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...
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...
... 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...
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...
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...
... 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...
... 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?...
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,...
... 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(...
... 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...
... 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...
... 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...
... 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...
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...
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...
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...
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...
... I already mentioned this - use the isMin/MaxCardinalityRestriction methods so your code would be more like: Restriction r = oc.asRestriction(); if...
... 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...
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...
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...
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,...
3rd Special Track on Ontologies for Biomedical Systems for 21st IEEE International Symposium on Computer-Based Medical Systems Jyväskylä, Finland June 17-19...
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...