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
-~----------~----~----~----~------~----~------~--~---

Reply via email to