The validation performed is summarized as
follows:
-
Checks that the string you typed is a URL, and if it is, it performs
an HTTP GET on it.
-
Checks that the graph is under a maximum number of bytes and that it
can be read within a small amount of time.
-
Checks that the contents read from the URL can be parsed as a
well-formed RDF/XML graph.
-
Dereferences URLs within the graph, and URLs within them, ... through
three degrees of deferencing to form a "closure" graph.
-
Checks that the RDF/XML closure is structurally a valid SSWAP graph
as specified in the
SSWAP Protocol
-
Uses the Pellet reasoner to perform several logical operations on the
graph:
-
Checks the OWL Species (it must be OWL DL or OWL Lite)
-
Checks for logical consistency
-
Performs classification on the graph and prints the inferred class
tree
-
Performs logical realization of the graph
-
Checks the OWL classes in the model for satisfiability
|
|
|