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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15072 - 15101 of 35871   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15072
Dear Jena user group, I've a problem to get property values from an individual. I use the getPropertyValues method of Individual to get a list history objects ...
ralf_luettgen
Offline Send Email
Apr 1, 2005
11:21 am
15073
subscribe...
Good Morning
sorensen31415
Offline Send Email
Apr 1, 2005
11:34 am
15074
Hi, Is there a simple way to locate a resource, when all you have is the resource's local name? Thanks Mark...
ontogole_project
ontogole_pro...
Offline Send Email
Apr 1, 2005
2:03 pm
15075
e.g. <owl:Class rdf:ID="Concept1"> <dc:subject xml:lang="en">Concept</dc:subject> <rdfs:comment xml:lang="en">Comment</rdfs:comment> <rdfs:label...
niuniudesu
Offline Send Email
Apr 1, 2005
3:14 pm
15076
I ran into that problem when I was creating an InfModel on top of my OntModel because I didn't realize that the OntModel is an InfModel. Give us the part of...
rbhopper
Offline Send Email
Apr 1, 2005
4:16 pm
15077 Andy.seaborne
andyseaborne
Offline Send Email
Apr 1, 2005
4:39 pm
15078
I'm trying to map some ontologies and instance data. In order to get the information correctly mapped, I need to add a couple of custom rules to my inference...
rbhopper
Offline Send Email
Apr 1, 2005
5:06 pm
15079
The codes are listed below: Model m = ModelFactory.createDefaultModel(); Resource configuration = m.createResource(); ...
mama
maromaro05
Offline Send Email
Apr 1, 2005
5:26 pm
15080 Andy.seaborne
andyseaborne
Offline Send Email
Apr 1, 2005
10:57 pm
15081
Hi all£¬ Can anybody give code snippets to generate such an OWL file as the following : <?xml version="1.0"?> <rdf:RDF ...
fji
jlfeng@...
Send Email
Apr 2, 2005
6:23 am
15082
Hi everyone, I'm new for Jena. Now I studying the automatic semantic web service composition. I would like to use Jena to translate service description in...
Minh Phan
minhphan200677
Offline Send Email
Apr 2, 2005
8:43 am
15083
Hello I thought you might be interested about some particularities of the http:///www.osar.ch/ (swiss refugee council) website which has just been relaunched: ...
Reto Bachmann-Gmuer
retobg
Offline Send Email
Apr 2, 2005
3:00 pm
15084
Well I tried creating the model with a reasoner, OntModel model = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM_RULE_INF, null); and I have been...
Real Name
dsakfl
Offline Send Email
Apr 4, 2005
1:47 am
15085
Well I tried creating the model with a reasoner, OntModel model = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM_RULE_INF, null); and I have been...
Arunkumar Srinivasan
aruninusa2001
Offline Send Email
Apr 4, 2005
1:55 am
15086
Thanks, that got rid of those. (I'm very new to ontologies in general and Jena). Do you know what the Nothing class is? I tried using: OntClass c =...
Real Name
dsakfl
Offline Send Email
Apr 4, 2005
2:09 am
15087
Hi, The time taken to run OntModel m.listClasses on the wine and food ontologies is quite long. Is there any way to reduce the time taken for processing it? I...
Arunkumar Srinivasan
aruninusa2001
Offline Send Email
Apr 4, 2005
3:34 am
15088
Rent-A-Pro.com consulting marketplace offers on demand staffing and service delivery for information technology projects. We represents a wide variety of...
zhou140
Online Now Send Email
Apr 4, 2005
5:59 am
15089
Can you suggest the tutorials or some sample code for listing all properties of an ontClass <owl:Class rdf:ID="Concept1"> <dc:subject...
niuniudesu
Offline Send Email
Apr 4, 2005
6:34 am
15090
I want to delete some individuals in owl file. How can I delete an individual in the model? I have try some time and failed. Can someone help me? ... Do You...
 
sunqi81699
Offline Send Email
Apr 4, 2005
8:01 am
15091
... It's not a null class, it's an anonymous class expression. The class is not null, the *name* (ie URI) is null. ... The class owl:Nothing represents the...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:24 am
15092
... In that case you really should read the OWL introductory material. It's a moderately complex language with some non-obvious subtleties. There are also a...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:34 am
15093
Hi Arunkumar ... What's happening here is that the listClasses is being delegated to the DL reasoner via the DIG interface. When you ask Racer for a list of...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:44 am
15094
... Probably the easiest way is to list all of the statements (i.e. RDF triples) that have your class as subject: OntClass c = .... your ontclass ...; for...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:50 am
15095
... Use OntResource.remove(). OntResource is a super-class of Individual. Ian...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:52 am
15096
... Since you are using your own ruleset, my guess is that you have created a non-terminating loop in your rules. Try reducing the rules in some rigorous way...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
9:59 am
15097
Hi Mark, ... You would need some way to get the default namespace for a model. I think (I haven't checked this, should be easy to test though) that if you ask...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
10:05 am
15098
... N3, Notation 3, is an alternative way of writing RDF (and of doing rulesy things with it). It is typically mroe compact than RDF/XML and some people find...
Chris Dollin
anover_alias
Offline Send Email
Apr 4, 2005
10:15 am
15099
Hi Ralf, ... You didn't quite provide a runnable example, but I did try your code on my system after filling in the missing bits. The only property that will...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 4, 2005
10:44 am
15100
... No. So arrange not to be in this awkward situation. If you tell us more about what you're trying to do, we may be able to be more constructive. PS I don't...
Chris Dollin
anover_alias
Offline Send Email
Apr 4, 2005
10:52 am
15101
On Friday 01 April 2005 16:14, niuniudesu wrote: PLEASE put what youn want to do in the BODY of the message, not (just) in the SUBJECT. Ta. ... for...
Chris Dollin
anover_alias
Offline Send Email
Apr 4, 2005
10:58 am
Messages 15072 - 15101 of 35871   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