Search Mailing List Archives
[protege-discussion] OWL Ontology export to CLISP format bug in Protege_3.4.7
Руслан Сорокин
sorokin at oogis.ru
Sat Dec 10 13:43:25 PST 2011
Hello Protege-team!
I have noticed that if some property has not empty rdfs:comment field in OWL Ontology, then after export this ontology to CLIPS format, in corresponding .pont file appears an error like this:
...
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2FgeologicPeriod
(type STRING)
(create-accessor read-write))
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2Fdestination
(type INSTANCE)
;+ (allowed-classes http%3A%2F%2Fdbpedia.org%2Fontology%2FPopulatedPlace)
(create-accessor read-write))
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2FmilitaryUnitSize
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2FAutomobileEngine%2FpowerOutput
(type INSTANCE)
;+ (allowed-classes http%3A%2F%2Fdbpedia.org%2Fdatatype%2Fkilowatt)
(create-accessor read-write))
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2FdressCode
(multislot http%3A%2F%2Fdbpedia.org%2Fontology%2Fvoice
(type INSTANCE)
;+ (allowed-classes http%3A%2F%2Fdbpedia.org%2Fontology%2FPerson)
(create-accessor read-write))
...
Here for properties "militaryUnitSize" and "dressCode" rdfs:comments are not empty!
Bug is found in Protege_3.4.7 version.
For this example used DBpedia Ontology from http://downloads.dbpedia.org/3.6/dbpedia_3.6.owl.bz2
Sincerely,
Ru
More information about the protege-discussion
mailing list