OWL (in the general case) refers to the entry specified by the RDF suite, and not to validation (especially with respect to structure).
- There is no way in OWL 1.1 to find out if a node is anonymous or not. OWL 2 does not seem to support this (via
owl:Restriction , for example). - To claim an abstract class, this post on the Protege mailing list has some ideas on how to do this.
- OWL 1.1
DatatypeProperties do not support "validation" of this operator object. OWL 2 has datatype graphs (including xsd:pattern ) that you could use.
Update. Perhaps you can use SPIN to query the structure and contents of the chart to display new triples.
source share