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.
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 27891 - 27920 of 42050   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27891
... Chris, thanks. Well, here is the result of my tests : If i use the way you describe, with an ja:OntModel and the ja:ontModelSpec as here above : in the...
fabiandev
Offline Send Email
Mar 1, 2007
8:20 am
27892
hello everybody, this is nitin. I am new to Jena and java also. Is there ayn page which can tell me about various classes in jena , they are there for which...
nitin kumar dhiman
nitinkdhiman
Offline Send Email
Mar 1, 2007
12:30 pm
27893
Hello Nitin, Welcome to Jena group. There is a web site where you can found a description of Jena 2 API and other documentation about Jena. This is :...
Mircea Diaconescu
dimircea
Offline Send Email
Mar 1, 2007
12:38 pm
27894
... If you're new to Java, you're going to have real problems, I'm afraid. Most of Jena is libraries to support writing Java code: we assume a knowlegable Java...
Chris Dollin
kers_ihy
Offline Send Email
Mar 1, 2007
1:35 pm
27895
I try to use their example PersistentOntology.java to read the source file into ontology model which store it in the base model, but I have problem with...
elentela
Offline Send Email
Mar 2, 2007
8:52 am
27896
I want to send query to my persistent ontology model. What query language should I use? SPARQL? I've heard about OWL-QL, has anyone used that? As far as I see...
elentela
Offline Send Email
Mar 2, 2007
9:03 am
27897
... Yes. ... That's right. -- Chris "electric hedgehog" Dollin "Answer the unanswered riddle." /The Riddle-Master of Hed/...
Chris Dollin
kers_ihy
Offline Send Email
Mar 2, 2007
9:08 am
27898
Hi elentela, ... The reason that the example uses a URN to identify the ontology is to drive home the point that the source name may not be a location ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Mar 2, 2007
9:14 am
27899
... location. ... But if my onology is stored localy and I didn't provide such a URN, will not it raise problems? Thanks=)...
elentela
Offline Send Email
Mar 2, 2007
9:45 am
27900
Hi elentela, ... I thought I explained that. Forget the URN thing - it was just in the example to make a point. If you are happy that your application code is...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Mar 2, 2007
10:24 am
27901
hello everybody, i have been trying to put SPARQL query on a ontology ( shown below). this ontology talk about simple relation of a building(between rooom...
nitin kumar dhiman
nitinkdhiman
Offline Send Email
Mar 2, 2007
10:47 am
27902
Hi Group,again! I'll try to rephrase my previous (unanswered!!) post and be more specific. I have a schema stored in an ontology file e.g ASchema I want to...
Chris Chalkiopoulos
monte01072
Offline Send Email
Mar 2, 2007
10:55 am
27903
... model.add( ontResource, OWL.omports, model.createResource( "URI for ASchema" ) ); where ontResource is a Resource with whatever URI you want to give to ...
Chris Dollin
kers_ihy
Offline Send Email
Mar 2, 2007
11:10 am
27904
... If you run your query through arq.qparse, you will get the output below: (I removed the FROM because it's wrong anyway: your have misspelt "home". ) 1...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 2, 2007
11:22 am
27905
Thanks a lot of your reply. Actually I used to list the reified statements by a given subject just like you recommend, and it works well with a memory-based...
ktljhab
Offline Send Email
Mar 2, 2007
11:24 am
27906
... You would also need the type triple for the Ontology resource, using the OntAPI takes care of all this. ... See: ...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2007
11:40 am
27907
... Sorry this response is rather slower, I've been away. ... Seems reasonable. A cleaner version would be possible if had better negation support but we don't...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2007
11:47 am
27908
... Yes. ... That semantics is defining the members of the class rdfs:ContainerMembershipProperty. This is an infinite set of members even if your current data...
Dave Reynolds
derihy
Offline Send Email
Mar 2, 2007
11:56 am
27909
... No. It looks like there's a bug somewhere. Looks like Standard isn't working right for partial queries. Will look into it. Use listStatements( null, null,...
Chris Dollin
kers_ihy
Offline Send Email
Mar 2, 2007
12:00 pm
27910
Hi, I'm new in jena, i read a database and i parse an ontology in my aplication, i want to learn that how can i create an RDF file (like my ontology structure...
atilla ozpala
atillaozpala
Offline Send Email
Mar 4, 2007
11:15 am
27911
... model.write outputs an RDF/XML file. See the javadoc for details. If you use the writer named RDF/XML-ABBREV, you will get pretty printed output. There...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 4, 2007
1:23 pm
27912
... I am trying to attach an external reasoner, in this case Pellet-1.4RC2 (also tried 1.3) running through DIG on 127.0.0.1:8081 to Joseki. I am using Joseki...
Adam Cimarosti
a.cimarosti
Offline Send Email
Mar 4, 2007
10:00 pm
27913
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
Online Jobs
esc_bus_9
Offline Send Email
Mar 4, 2007
11:02 pm
27914
Hei, I need to implement some simple service discovery using jena and SPARQL. Services are described in OWL (not OWL-S) and descriptions are placed as...
elentela
Offline Send Email
Mar 4, 2007
11:28 pm
27915
... is ... If ... of ... it's ... Ian, the idea of handling a local copy is interesting as you mentionned. But is there any mechanism that will check if the...
fabiandev
Offline Send Email
Mar 5, 2007
7:26 am
27916
Adam, i am not answering your question, but just want to ask you if you use an existing 'locations' ontology ? i need one for my project...and i am currently...
fabiandev
Offline Send Email
Mar 5, 2007
7:33 am
27917
Hi Fabian, ... Nothing built-in to Jena at the moment, and it's not a feature on the priority list for upcoming releases. It would make a nice standalone tool...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Mar 5, 2007
8:31 am
27918
I am not, I decided not to as: - My project is for internal use only. - The data is already captured in other systems. Using something else I would have had to...
Adam Cimarosti
a.cimarosti
Offline Send Email
Mar 5, 2007
10:58 am
27919
... need ... code is ... name of ... it's ... But if I want to read model from InputStream, does 'base' correspond to such a urn in read(InputStream reader,...
elentela
Offline Send Email
Mar 5, 2007
11:06 am
27920
... Adam, Does this assembler description for the model work outside Joseki? Rather than build/test all the stack, from server to external at once, it can be ...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 5, 2007
11:09 am
Messages 27891 - 27920 of 42050   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