<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.misc.ontology.protege.owl">
    <title>gmane.comp.misc.ontology.protege.owl</title>
    <link>http://blog.gmane.org/gmane.comp.misc.ontology.protege.owl</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37863"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37862"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37861"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37859"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37853"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37852"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37851"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37849"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37847"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37842"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37841"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37839"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37838"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37834"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37832"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37830"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37828"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37863">
    <title>How do you sort a list in rule language?</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37863</link>
    <description>&lt;pre&gt;Dear all,

I want to sort a list of integers, but I do not know how to write the
sorting rule in SWRL or Jena Rule language.

Does anyone know how to do it? Many Thanks!

Best Regards,

Wei Bai
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
&lt;/pre&gt;</description>
    <dc:creator>Bai Wei</dc:creator>
    <dc:date>2013-05-24T09:06:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37862">
    <title>reasoner</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37862</link>
    <description>&lt;pre&gt; I would like to load ontology to the reasoner  and used the stmt below in
my project

     // load the ontology to the reasoner

             Reasoner reasoner = new Reasoner( (OWLOntologyManager)
manager);
             reasoner.setOntology( (OWLOntology) MyOntology);


2. I have downloaded         Pellet-2.3.1.Zip  from net and included as
such as
    library  in my project.

   Also added  the stmt  "import org.mindswap.pellet.owlapi.reasoner" in my
project

3.  getting error message that..

   no suitable constructor found for
Reasoner(org.semanticweb.owlapi.model.OWLOntologyManager)..

Details:
______________________
run:
Exception in thread "main" java.lang.RuntimeException: Uncompilable source
code - no suitable constructor found for
Reasoner(org.semanticweb.owlapi.model.OWLOntologyManager)
    constructor
org.mindswap.pellet.owlapi.Reasoner.Reasoner(org.semanticweb.owl.model.OWLOntologyManager,org.mindswap.pellet.KnowledgeBase)
is not applicable
      (actual and formal argument lists differ in lengt&lt;/pre&gt;</description>
    <dc:creator>Sharmi M</dc:creator>
    <dc:date>2013-05-24T08:54:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37861">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37861</link>
    <description>&lt;pre&gt;Dear friends,

what is the possibility to represent the following concept in protege?

*while(i&amp;gt;j)*

i and j can have some values.

one possibility  can be :

class: ControlConstruct
instance: while, i, j
But how to denote i&amp;gt;j
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
&lt;/pre&gt;</description>
    <dc:creator>Sharmi M</dc:creator>
    <dc:date>2013-05-24T08:53:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37859">
    <title>Protege 3.4.8 - InfModel size is not equal running my code inside or outside Protégé</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37859</link>
    <description>&lt;pre&gt;Hello, 

Here is a piece of code that I use in my plugin:


 Reasoner reasoner = ReasonerRegistry.getOWLMicroReasoner();
 reasoner = reasoner.bindSchema(ev6Model);
    System.out.print(".");

  InfModel infmodel = ModelFactory.createInfModel(reasoner, model);
   System.out.println(model.size() +" "+infmodel.size()); 

When I execute this code in Eclipse (build path = JARs inside plugins/protege.owl folder), it works as expected. 

But, when I integrate it in my plugin, the infmodel size is lighter than the previous one. 

Do you have any idea about what i'm doing wrong? 

Regards,


Brice
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

&lt;/pre&gt;</description>
    <dc:creator>Brice Sommacal</dc:creator>
    <dc:date>2013-05-23T15:42:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37853">
    <title>Research and Polemics at Sepublica</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37853</link>
    <description>&lt;pre&gt;We are pleased to invite you all to the Sepublica Workshop
(http://sepublica.mywikipaper.org/drupal/). We are
having a full day workshop on the 26th. Peter Murray Rust is one of
our keynote speakers; we are having news from the American
Psychological Association as well as from the Cochrane Organization,
how are they facing the transition? what is their understanding of
semantic web technology? how are they using SW technology? what is
their path to innovation? you will have the opportunity to discuss
with them at Sepublica.

For your convenience here is the list of accepted papers and polemics.
All polemics are available online at
http://event.knowledgeblog.org/event/sepublica-2013; comments are
welcome.


Sepublica , SUNDAY, MAY 26TH, 2013

9:35-10:00 Keynote, Peter Murray-Rust
10:00-10:05 Q&amp;amp;A

10:05-10:25 Chris Mavergames, Silver Oliver and Lorne Becker
“Systematic Reviews as an interface to the web of (trial) data: Using
PICO as an ontology for knowledge synthesis in evidence-based
healthcare research&lt;/pre&gt;</description>
    <dc:creator>Alexander Garcia Castro</dc:creator>
    <dc:date>2013-05-19T23:13:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37852">
    <title>Research and Polemics at Sepublica</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37852</link>
    <description>&lt;pre&gt;We are pleased to invite you all to the Sepublica Workshop. We are
having a full day workshop on the 26th. Peter Murray Rust is one of
our keynote speakers; we are having news from the American
Psychological Association as well as from the Cochrane Organization,
how are they facing the transition? what is their understanding of
semantic web technology? how are they using SW technology? what is
their path to innovation? you will have the opportunity to discuss
with them at Sepublica.

For your connivance here is the list of accepted papers and polemics.
All polemics are available online at
http://event.knowledgeblog.org/event/sepublica-2013; comments are
welcome.


Sepublica , SUNDAY, MAY 26TH, 2013

9:35-10:00 Keynote, Peter Murray-Rust
10:00-10:05 Q&amp;amp;A

10:05-10:25 Chris Mavergames, Silver Oliver and Lorne Becker
“Systematic Reviews as an interface to the web of (trial) data: Using
PICO as an ontology for knowledge synthesis in evidence-based
healthcare research”
10:25-10:30 Q&amp;amp;A

10:30-11:00 Coffee break&lt;/pre&gt;</description>
    <dc:creator>Alexander Garcia Castro</dc:creator>
    <dc:date>2013-05-19T21:02:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37851">
    <title>Deadline extension: ICSEA 2013 || October 27 -November 1, 2013 - Venice, Italy</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37851</link>
    <description>&lt;pre&gt;
INVITATION:

=================
Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to ICSEA 2013.

The submission deadline is June 12, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA Journals: http://www.iariajournals.org
=================


============== ICSEA 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

ICSEA 2013, The Eighth International Conference on Software Engineering Advances

October 27 - November 1, 2013 - Venice, Italy


General page: http://www.iaria.org/conferences2013/ICSEA13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPICSEA13.html

- regular papers

- short papers (work in progress)

- posters

Submission page: http://www.iaria.org/conferences2013/SubmitICSEA13.html


Submission deadline: June 12, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected papers will be publish&lt;/pre&gt;</description>
    <dc:creator>Cristina Pascual</dc:creator>
    <dc:date>2013-05-19T06:29:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37849">
    <title>task ontology</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37849</link>
    <description>&lt;pre&gt;Dear Friends,

Is it possible to build task ontology using protege?
If not..how to make it ? what is the parser to be used?

Looking forward ur reply
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

&lt;/pre&gt;</description>
    <dc:creator>sharmi m</dc:creator>
    <dc:date>2013-05-19T01:37:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37847">
    <title>Use SWRL in protege</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37847</link>
    <description>&lt;pre&gt;Hi all

Is there any toturial about using SWRL in protege? I can not find any
excutable example that use math built-ins of SWRL in protege. Does anyone
could give me some examples that use SWRL in protege? Many thanks!

Best Regards,

Wei Bai
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
&lt;/pre&gt;</description>
    <dc:creator>Bai Wei</dc:creator>
    <dc:date>2013-05-16T10:34:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37843">
    <title>Last Mile: UBICOMM 2013 || September 29 - October 3,2013 - Porto, Portugal</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37843</link>
    <description>&lt;pre&gt;
INVITATION:

=================

Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to UBICOMM 2013.

The submission deadline is May 17, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA Journals: http://www.iariajournals.org

=================


============== UBICOMM 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

UBICOMM 2013, The Seventh International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies
September 29 - October 3, 2013 - Porto, Portugal


General page: http://www.iaria.org/conferences2013/UBICOMM13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPUBICOMM13.html

- regular papers
- short papers (work in progress)
- posters

Submission page: http://www.iaria.org/conferences2013/SubmitUBICOMM13.html

Submission deadline: May 17, 2013

Sponsored by IARIA, www.iaria.org
Extend&lt;/pre&gt;</description>
    <dc:creator>Cristina Pascual</dc:creator>
    <dc:date>2013-05-09T07:46:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37842">
    <title>Attend SemTechBiz: our 40% Discount Code expirestomorrow!</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37842</link>
    <description>&lt;pre&gt;Join the Protégé team at the Semantic Technology &amp;amp; Business Conference, June 2-5 in San Francisco.

Prices increase this Friday! As an a friend of Protégé, you’ll save 40% off your gold passport to the event when you enter the code: BMIR and  register here.    

Featured session:
RDF as a Universal Healthcare Exchange Language
Healthcare information continues to rapidly grow in a bewildering variety of vocabularies, formats, and systems, making the exchange and integration of healthcare information exceedingly difficult. This panel will discuss the goal of adopting semantic web technologies as a solution.

Come support the Protégé team as we discuss the new WebProtégé during the session, Collaborative Editing of Lightweight Ontologies. View the full program here. 

Speakers include professionals from Walmart, Yahoo!, Google, Viacom, Whisk, ontoforce, Wikimedia, Children's Hospital Informatics Program at Harvard-MIT, and the Food and Agriculture Organization of the United Nations. Don’t miss the c&lt;/pre&gt;</description>
    <dc:creator>Natasha Noy</dc:creator>
    <dc:date>2013-05-08T23:47:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37841">
    <title>Filtering choices when adding assertions</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37841</link>
    <description>&lt;pre&gt;Hi all -

I'm finding that as the number of individuals gets large, adding 
assertions in Protege gets increasingly unwieldy, as one is presented 
with increasingly long lists of choices.

It would be nice if there were either a little 'filter' box which would 
allow one to prune down the list, or if the set of selections was 
limited by the domain and range of the relation specified. Is there some 
way to do something like this?

Thanks,


_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

&lt;/pre&gt;</description>
    <dc:creator>Eric Scott</dc:creator>
    <dc:date>2013-05-08T20:23:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37839">
    <title>Call for Polemics at SePublica 2013</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37839</link>
    <description>&lt;pre&gt;Call for Polemics at SePublica 2013

There is much controversy in the world of publishing and semantic
publishing needs to both create waves in publishing and to ride the
waves of change approaching in the world of publishing. We therefore
invite statements for presentation at a discussion session at
SePublica 2013 at ESWC in Montpellier on 26 May 2013.

We want radical, controversal and polemical positions to be
articulated about semantic publishing and how we should achieve
semantic publishing of scholarly works, data and all sorts of stuff.
To be presented, statements must be relevant, legal and not too
offensive(as judged by the workshop organisers).

All acccepted statements wil be presented. Submission will be through
easychair; all accepted polemics will be
published before the meeting on the Knowledgeblog platform
(http://www.knowledgeblog.org), where they will be permanently
archived, and open for public comments. Submissions should be limited
to 500 words. We can accept submissions in most formats,&lt;/pre&gt;</description>
    <dc:creator>Alexander Garcia Castro</dc:creator>
    <dc:date>2013-05-08T09:15:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37838">
    <title>EMERGING 2013 || September 29 - October 3,2013 - Porto, Portugal</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37838</link>
    <description>&lt;pre&gt;
INVITATION:

=================

Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to EMERGING 2013.

The submission deadline is May 17, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA Journals: http://www.iariajournals.org

=================


============== EMERGING 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

EMERGING 2013, The Fifth International Conference on Emerging Network Intelligence

September 29 - October 3, 2013 - Porto, Portugal


General page: http://www.iaria.org/conferences2013/EMERGING13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPEMERGING13.html

- regular papers
- short papers (work in progress)
- posters

Submission page: http://www.iaria.org/conferences2013/SubmitEMERGING13.html

Submission deadline: May 17, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected paper&lt;/pre&gt;</description>
    <dc:creator>Cristina Pascual</dc:creator>
    <dc:date>2013-05-08T07:09:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37834">
    <title>Last Mile: ADVCOMP 2013 || September 29 - October 3,2013 - Porto, Portugal</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37834</link>
    <description>&lt;pre&gt;
INVITATION:

=================

Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to ADVCOMP 2013.

The submission deadline is May 17, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA Journals: http://www.iariajournals.org

=================


============== ADVCOMP 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

ADVCOMP 2013, The Seventh International Conference on Advanced Engineering Computing and Applications in Sciences

September 29 - October 3, 2013 - Porto, Portugal


General page: http://www.iaria.org/conferences2013/ADVCOMP13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPADVCOMP13.html

- regular papers
- short papers (work in progress)
- posters

Submission page: http://www.iaria.org/conferences2013/SubmitADVCOMP13.html


Submission deadline: May 17, 2013

Sponsored by IARIA, www.iaria.org
Extended&lt;/pre&gt;</description>
    <dc:creator>Cristina Pascual</dc:creator>
    <dc:date>2013-05-07T07:25:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37832">
    <title>EquivalentClass with dataProperty</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37832</link>
    <description>&lt;pre&gt;Hi,

I'm having trouble to define an equivalentClass with a boolean 
dataProperty. I just can't figure out to to define the boolean value. 
What I actually need is:

isMandatory some boolean == true

Or something in that way. Only if this property has the value true, it 
should be inferred to this equivalent class.

Can someone help me please?

Thanks,
Katja

&lt;/pre&gt;</description>
    <dc:creator>Katja Siegemund</dc:creator>
    <dc:date>2013-05-06T06:51:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37831">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37831</link>
    <description>&lt;pre&gt;sap0698&amp;lt; at &amp;gt;my.londonmet.ac.uk
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
&lt;/pre&gt;</description>
    <dc:creator>Shriya Reddy Pamukuntla</dc:creator>
    <dc:date>2013-05-04T22:18:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37830">
    <title>Using JenaCreator to create a model doesn't returnrdfs:label on owl:Class</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37830</link>
    <description>&lt;pre&gt;Hello,

I'm working on Protege 3.4.8 and when I'm using the folowwong piece fo code
I don't retrieve the rdfs:label which are on my owl:Class

JenaCreator creator = new JenaCreator((OWLModel) getKnowledgeBase(), false,
null,null);
OntModel ontModel = creator.createOntModel();

I didn't find so much informations about JenaCreator...

Does it a bad configuration of my side?

BR,


Brice
_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
&lt;/pre&gt;</description>
    <dc:creator>Brice Sommacal</dc:creator>
    <dc:date>2013-05-03T10:32:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37829">
    <title>[CfP] (Deadline extended) 2nd OWL Reasoner Evaluation Workshop (with DL 2013)</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37829</link>
    <description>&lt;pre&gt;[Apologies for cross-posting]

We have had some requests for deadline extensions, so the deadline for
paper submissions has been extended to Sunday the 12th May.

We invite submission of short papers (6 pages) describing:

    - Challenging ontologies and/or benchmark proposals for OWL reasoners.
    - System descriptions describing the architecture, implementation, and
expected performance of the reasoner.
    - Reasoner implementation details, usage reports, implementation “tips
and tricks”.







-----------------------------------------------------------------------------------------------------
                            CALL FOR PAPERS &amp;amp; SYSTEMS
                     2nd OWL Reasoner Evaluation Workshop (ORE 2013)
                        Collocated with DL 2013 Workshop
                July 22nd in Ulm, Germany
                       http://ore2013.cs.manchester.ac.uk/
-----------------------------------------------------------------------------------------------------


OBJECTIVES
---------------&lt;/pre&gt;</description>
    <dc:creator>Ernesto Jimenez-Ruiz</dc:creator>
    <dc:date>2013-05-03T09:46:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37828">
    <title>Invitation to provide your feedback on WebProtege</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37828</link>
    <description>&lt;pre&gt;The WebProtege development team would appreciate it if you could spare a 
few moments of your time to answer a short survey about the usability of 
WebProtege.  This is your chance to let us know how easy or difficult 
the tool is to use, report problems, and request missing features.  As a 
thank you for responding to the survey you will have the option to enter 
a drawing to win a $25 Amazon gift card.  The survey is completely 
anonymous - we will not be able to link your email address or any 
personal information to the answers you provide us with.  The survey 
contains 12 questions and should take you 2 to 3 minutes to complete - 
please use this opportunity to tell us what you think!

To access the survey please go to:

http://surveymonkey.com/s/WebProtegeFeedback

Best Regards,
The WebProtege Development Team

_______________________________________________
protege-owl mailing list
protege-owl&amp;lt; at &amp;gt;lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing:&lt;/pre&gt;</description>
    <dc:creator>Jennifer Vendetti</dc:creator>
    <dc:date>2013-05-02T18:59:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37826">
    <title>Mapping two ontologies - tutorials/ examples</title>
    <link>http://comments.gmane.org/gmane.comp.misc.ontology.protege.owl/37826</link>
    <description>&lt;pre&gt;Hello,

I'd like 2 map two ontologies but I have no idea how. I tried to use the 
mapping functionality in Protegé but nothing happenend at all. And I've 
to admit I didn't know what I'm actually doing there (the UI was not 
understandable).

Is there any tutorial or example on how to map ontologies? (I couldn't 
find one in google). OWL api would be fine as well, and I guess that's 
what I have to use indeed, since I'm using Java.

The ontologies have a subset in common (some classes and properties). 
I'd like to map a set of the ontology A to to a subset of ontology B. 
Classnames etc. would be the same. It's like copying some instances into 
another ontology that already provides the appropriate structure therefore.

I hope this was specific enough, if not I can provide a more concrete 
example.

Thanks in advance,
Katja

&lt;/pre&gt;</description>
    <dc:creator>Katja Siegemund</dc:creator>
    <dc:date>2013-05-02T09:00:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.misc.ontology.protege.owl">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.misc.ontology.protege.owl</link>
  </textinput>
</rdf:RDF>
