When defining an Ontology using OWL, is there a way to say that a class
(edited here:)
Thanks
OWL (in general) is about entailments given a set of RDF, not about validation (especially with regards to structure).
owl:Restriction
, for example).DatatypeProperties
do not support "validation" of a given statement's object. OWL 2 has datatype facets (including xsd:pattern
) which you could potentially use.Update: You may be able to use SPIN to query the graph structure and contents in order to infer new triples.