Christoph (and others), any Java programmer can add their own interfaces to inference engines to TopBraid using the provided Eclipse extension points. In fact all currently supported inference engines are plug-ins. I can provide some help if anyone wants to implement a Pellet 2 integration. While we cannot make this part of the product, it could then become a third- party open-source plugin.
Holger On Jan 5, 2009, at 7:45 AM, Scott Henninger wrote: > > Christoph; There is little TopBraid Composer can do about the > datatypes supported by Pellet or DIG. I would suggest finding a work- > around that does not involve using xsd:duration. > > -- Scott > > On Jan 5, 9:32 am, Christoph <[email protected]> wrote: >> I have a problem with xsd:duration. >> >> I use Pellet 2.0.0 RC3 over DIG. From the Pellet Mailinglist, I got >> the information that DIG does not support xsd:duration (or any >> datatype other than string or integer). >> >> Is there another option to still use Pellet and xsd:duration? What >> would you suggest? >> >> I have the class: >> <rdf:Description rdf:about="#ImperialeSammlungen"> >> <rdf:type rdf:resource="#AttractionPass"/> >> <isValidForAttraction rdf:resource="#Wagenburg"/> >> <isValidForAttraction rdf:resource="#Schatzkammer"/> >> <isValidForAttraction rdf:resource="#KunsthistorischesMuseum"/> >> <hasTariffRange >> rdf:resource="#TariffRangePerAdult_ImperialeSammlungen"/> >> <hasTariffRange >> rdf:resource="#TariffRangePerGroup_ImperialeSammlungen"/> >> <rdfs:label rdf:datatype="http://www.w3.org/2001/ >> XMLSchema#string">Imperiale sammlungen</rdfs:label> >> <isValidForPeriod rdf:datatype="http://www.w3.org/2001/ >> XMLSchema#duration">P1Y3M</isValidForPeriod> >> </rdf:Description> >> >> When I run the inferences, an error is posted: >> Operation failed. >> Reason. Could not execute inferences. >> Details: "P1Y3M"^^http://www.w3.org/2001/XMLSchema#duration >> >> I would like to have a duration of 3 months. >> >> Thanks! > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
