ISSUE-11: RESOLVED: Specification of which facet is being restricted in a datatype restriction is missing
datatype facets
RESOLVED: Specification of which facet is being restricted in a datatype restriction is missing
- State:
- CLOSED
- Product:
- Raised by:
- Peter Patel-Schneider
- Opened on:
- 2007-10-24
- Description:
- Reported by matthew.horridge, Apr 18, 2007
http://lists.w3.org/Archives/Public/public-owl-dev/2007JanMar/0127.html
The schema describes datatype restrictions as follows
<xsd:element name="DatatypeRestriction">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="owl11xml:Datatype"/>
<xsd:element ref="owl11xml:Constant"/>
</xsd:sequence>
<xsd:attributeGroup ref="xml:specialAttrs"/>
</xsd:complexType>
</xsd:element>
There is no way to specify which facet is being restricted.
Since it looks like multiple facet restrictions per restricted datatype will be allowed [1] I suggest
that we have a syntax that has a datatype facet restriction element, so that we have something
which looks something like this:
<DatatypeRestriction>
<Datatype URI="&xsd;nonNegativeInteger"/>
<DatatypeFacetRestriction facet="&owl11;minInclusive">
<Constant Datatype="&xsd;int">10</Constant>
</DatatypeFacetRestriction>
</DatatypeRestriction>
Cheers,
Matthew
[1] ISSUE-28, Bug 10: http://code.google.com/p/owl1-1/issues/detail?id=10&can=2&q=
- Related Actions Items:
- No related actions
- Related emails:
- Re: ISSUE-11 (datatype facets): REPORTED: Specification of which facet is being restricted in a datatype restriction is missing (from boris.motik@comlab.ox.ac.uk on 2007-11-07)
- Re: ISSUE-11 (datatype facets): REPORTED: Specification of which facet is being restricted in a datatype restriction is missing (from hoekstra@uva.nl on 2007-10-25)
- Re: ISSUE-11 (datatype facets): REPORTED: Specification of which facet is being restricted in a datatype restriction is missing (from pfps@research.bell-labs.com on 2007-10-25)
- Re: ISSUE-11 (datatype facets): REPORTED: Specification of which facet is being restricted in a datatype restriction is missing (from hoekstra@uva.nl on 2007-10-25)
- ISSUE-11 (datatype facets): REPORTED: Specification of which facet is being restricted in a datatype restriction is missing (from sysbot+tracker@w3.org on 2007-10-24)
Related notes:
No additional notes.
Display change log