How to add the constraining facets of XML schema.

This question would be basic,,,
I would like to make sure if I can add some additional restriction for
the RDF Datatypes.
For example:

<owl:DatatypeProperty rdf:ID="myproperty">
<rdfs:domain rdf:resource="#MyClass"/>
<rdfs:range rdf:resource="&xsd;integer"/>
</owl:DatatypeProperty>

How can I add "maxInclusive" and "minInclusive" for the property ?

Kenichi

Received on Saturday, 18 June 2005 11:06:51 UTC