Hi Chris,
When we migrated the project to Apache, we agreed to remove the
documentation from svn and use the web site instead. I migrated the
eyeball documentation to here:
http://jena.apache.org/documentation/tools/eyeball-getting-started.html
I notice from this svn commit that you're still updating the
now-obsolete eyeball internal documentation.
Ian
On 26/11/12 09:14, [email protected] wrote:
Author: chrisdollin
Date: Mon Nov 26 09:14:36 2012
New Revision: 1413521
URL: http://svn.apache.org/viewvc?rev=1413521&view=rev
Log:
Alled reportAll for properties and classes. Don't need file: on .rdf files that
are being parsed.
Modified:
jena/Scratch/Eyeball/trunk/doc/eyeball-2.4-full-template.html
Modified: jena/Scratch/Eyeball/trunk/doc/eyeball-2.4-full-template.html
URL:
http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/doc/eyeball-2.4-full-template.html?rev=1413521&r1=1413520&r2=1413521&view=diff
==============================================================================
--- jena/Scratch/Eyeball/trunk/doc/eyeball-2.4-full-template.html (original)
+++ jena/Scratch/Eyeball/trunk/doc/eyeball-2.4-full-template.html Mon Nov 26
09:14:36 2012
@@ -100,6 +100,7 @@
java [java options eg classpath and proxy] -jar eyeball-2.4-exec.jar
(-check | -sign | -accept) specialURL+
[-assume Reference*]
+ [-language (OWL | RDFS | profileURI)]
[-config fileOrURL*]
[-set Setting*]
[-root rootURI]
@@ -108,6 +109,7 @@ java [java options eg classpath and prox
[-exclude shortName*]
[-analyse | -repair]
[-remark] [-version]
+ [-merge [true|false]]
</pre>
<p>
@@ -291,6 +293,22 @@ $eyeball -check myConfig.ttl -sign >s
to Eyeball so that it can interpret this as a literal.
</p>
+<h3>merged RDF/XML parsing errors</h3>
+
+<pre>
+-merge
+-merge true
+-merge false
+</pre>
+
+<p>
+ If the file being checked has a <code>.rdf</code>
+ suffix, and -merge is absent, has no arguments, or
+ has final argument true, then all RDF/XML parsing
+ errors are merged into the Eyeball reports for this
+ model. Otherwise those errors are reported on stderr.
+</p>
+
<h3>-include/-exclude shortNames</h3>
<p>
@@ -330,6 +348,21 @@ $eyeball -check myConfig.ttl -sign >s
-assume owl my-ontology.owl
</pre>
+ <p>Independantly, the Jena language profile for the assumptions
+ can be set with the <code>-language</code> option. The default
+ is the RDFS profile. RDFS and OWL can be referred to by those
+ names; other profiles (as per Jena's ProfileRegistry) must be
+ specified by their full URI. The primary use of -language is
+ to ensure, by using <code>-language OWL</code>, that only
+ OWL classes are recognised by the ClassInspector.
+ </p>
+
+<pre>
+-language RDFS
+-language OWL
+-language profileURI
+</pre>
+
<h3>-sign and -accept (experimental)</h3>
<p>If <i>-sign</i> is specified, Eyeball first does a
Modified:
jena/Scratch/Eyeball/trunk/src/main/java/com/hp/hpl/jena/extras/tools/query/ModelQuery.java
URL:
http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/src/main/java/com/hp/hpl/jena/extras/tools/query/ModelQuery.java?rev=1413521&r1=1413520&r2=1413521&view=diff