You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ch...@apache.org on 2012/10/10 14:55:43 UTC

svn commit: r1396579 [2/3] - in /jena/Scratch/Eyeball/trunk: ./ etc/ examples/ mirror/ src/main/java/com/hp/hpl/jena/eyeball/gui/ src/main/java/com/hp/hpl/jena/eyeball/renderers/ src/main/java/com/hp/hpl/jena/eyeball/vocabulary/ src/main/java/com/hp/hp...

Added: jena/Scratch/Eyeball/trunk/testcases/alltyped4reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/alltyped4reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/alltyped4reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/alltyped4reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,32 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasNoType <http://eyeball.jena.hpl.hp.com/eg#mine> ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<file:///home/peter/svnwork/eyeball-repair/testcases/string> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+# Begin eyeball-repair additions
+      eye:repairConfidence eye:low ;
+      eye:repairType eye:addDefaultType ;
+      eye:statementAdded 
+	      [ a	rdf:Statement ;
+		rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine> ;
+	        rdf:predicate rdf:type ;
+		rdf:object <http://eyeball.jena.hpl.hp.com/eg#spoo>
+	      ] ;
+      eye:checkFix rdf:object .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/alltypedmodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/alltypedmodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/alltypedmodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/alltypedmodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xmls:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      rdf:value "1829" , "chat" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/alltypedoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/alltypedoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/alltypedoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/alltypedoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xmls:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine	  a  rdfs:Resource
+	; rdf:value "1829" , "chat" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/alltypedreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/alltypedreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/alltypedreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/alltypedreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,22 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasNoType <http://eyeball.jena.hpl.hp.com/eg#mine> ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<file:///home/peter/svnwork/eyeball-repair/testcases/string> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/alltypedreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/alltypedreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/alltypedreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/alltypedreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,32 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasNoType <http://eyeball.jena.hpl.hp.com/eg#mine> ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<file:///home/peter/svnwork/eyeball-repair/testcases/string> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+# Begin eyeball-repair additions
+      eye:repairConfidence eye:low ;
+      eye:repairType eye:addDefaultType ;
+      eye:statementAdded 
+	      [ a	rdf:Statement ;
+		rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine> ;
+	        rdf:predicate rdf:type ;
+		rdf:object rdfs:Resource
+	      ] ;
+      eye:checkFix rdf:object .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality2model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality2model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality2model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality2model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,24 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:cardinality 4]
+    .
+
+# Doesn't conform (no spoo's) - add 4
+my:x a my:Mumps
+    .
+
+# Doesn't conform (2 spoo's) - add 2
+my:y a my:Mumps
+    ; my:spoo 17
+    ; my:spoo "42"
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality2output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality2output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality2output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality2output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,26 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:cardinality 4]
+    .
+
+my:x a my:Mumps
+    ; my:spoo []
+    ; my:spoo []
+    ; my:spoo []
+    ; my:spoo []
+    .
+
+my:y a my:Mumps
+    ; my:spoo 17
+    ; my:spoo "42"
+    ; my:spoo []
+    ; my:spoo []
+    .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality2report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality2report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality2report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality2report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,42 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 4 ;
+                eye:min 4
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:numValues 2 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member "42" , 17
+              ] .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 4 ;
+                eye:min 4
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/x> ;
+      eye:numValues 0 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:values
+              [ a       eye:Set
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality2reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality2reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality2reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality2reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,66 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 4 ;
+                eye:min 4
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:checkFix rdf:object ;
+      eye:numValues 2 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:repairConfidence
+              eye:low ;
+      eye:repairType eye:increaseNumProperties ;
+      eye:statementAdded
+              [ a       rdf:Statement ;
+                rdf:object
+                        [ 
+                        ] ;
+                rdf:predicate <http://my.domain.com/spoo> ;
+                rdf:subject <http://my.domain.com/y>
+              ] ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member "42" , 17
+              ] .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 4 ;
+                eye:min 4
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/x> ;
+      eye:checkFix rdf:object ;
+      eye:numValues 0 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:repairConfidence
+              eye:low ;
+      eye:repairType eye:increaseNumProperties ;
+      eye:statementAdded
+              [ a       rdf:Statement ;
+                rdf:object
+                        [ 
+                        ] ;
+                rdf:predicate <http://my.domain.com/spoo> ;
+                rdf:subject <http://my.domain.com/x>
+              ] ;
+      eye:values
+              [ a       eye:Set
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality3model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality3model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality3model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality3model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,20 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:minCardinality 1; owl:maxCardinality 2]
+    .
+
+my:y a my:Mumps
+    ; my:spoo 17
+    ; my:spoo 42
+    ; my:spoo 93
+    ; my:spoo "132"
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality3output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality3output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality3output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality3output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,19 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:minCardinality 1; owl:maxCardinality 3]
+    .
+
+my:y a my:Mumps
+    ; my:spoo 17
+    ; my:spoo 42
+    ; my:spoo 93
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality3report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality3report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality3report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality3report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,28 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 2 ;
+                eye:min 1
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:numValues 4 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member 93 , "132" , 42 , 17
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinality3reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinality3reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinality3reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinality3reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,39 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 2 ;
+                eye:min 1
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:checkFix rdf:Statement ;
+      eye:max 3 ;
+      eye:numValues 4 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:statementRemoved
+              [ a       rdf:Statement ;
+                rdf:object "132" ;
+                rdf:predicate <http://my.domain.com/spoo> ;
+                rdf:subject <http://my.domain.com/y>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:increaseCardinality , eye:decreaseNumProperties ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member 93 , "132" , 17 , 42
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/cardinalitymodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinalitymodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinalitymodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinalitymodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,29 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:cardinality 1]
+    .
+
+# Should remain untouched
+my:Bumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:flarn; owl:minCardinality 2]
+    .
+
+# Conforms to the specification
+my:x a my:Mumps
+    ; my:spoo 17
+    .
+
+# Doesn't conform (2 spoo's) - one should get deleted as they are of different type!
+my:y a my:Mumps
+    ; my:spoo 17
+    ; my:spoo "42"
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/cardinalityoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinalityoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinalityoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinalityoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,28 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#>.
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix dc:      <http://purl.org/dc/elements/1.1/>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix dcmi:    <http://purl.org/dc/dcmitype/>.
+@prefix owl:     <http://www.w3.org/2002/07/owl#>.
+@prefix my:      <http://my.domain.com/> .
+
+my:Mumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:spoo; owl:cardinality 1]
+    .    
+
+# Should remain untouched
+my:Bumps a rdfs:Class
+    ; rdfs:subClassOf [owl:onProperty my:flarn; owl:minCardinality 2]
+    .
+
+# Conforms to the specification
+my:x a my:Mumps
+    ; my:spoo 17
+    .
+
+# Conforms now (since change above)
+my:y a my:Mumps
+    ; my:spoo "42"
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/cardinalityreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinalityreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinalityreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinalityreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,28 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 1 ;
+                eye:min 1
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:numValues 2 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member "42" , 17
+              ] .

Added: jena/Scratch/Eyeball/trunk/testcases/cardinalityreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/cardinalityreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/cardinalityreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/cardinalityreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,38 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:cardinality
+              [ eye:max 1 ;
+                eye:min 1
+              ] ;
+      eye:cardinalityFailure
+              <http://my.domain.com/y> ;
+      eye:checkFix rdf:Statement ;
+      eye:numValues 2 ;
+      eye:onProperty <http://my.domain.com/spoo> ;
+      eye:onType <http://my.domain.com/Mumps> ;
+      eye:statementRemoved
+              [ a       rdf:Statement ;
+                rdf:object 17 ;
+                rdf:predicate <http://my.domain.com/spoo> ;
+                rdf:subject <http://my.domain.com/y>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:decreaseNumProperties ;
+      eye:values
+              [ a       eye:Set ;
+                rdfs:member "42" , 17
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/class2model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/class2model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/class2model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/class2model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,18 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+# The class :NoSuchClass is not declared; a suitable declaration should be added
+:Room		a	:NoSuchClass
+      	; rdf:value "17"
+	.
+
+# Declaration of another class. Should remain untouched
+:Bucket 	a	owl:Class
+	.
+
+# Class is valid, but the property is not - should remain untouched by *this* RepairTool
+:B1		a	:Bucket
+	; :spoo	56
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/class2output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/class2output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/class2output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/class2output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,23 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+# Class 'NoSuchClass' is declared
+:NoSuchClass 	a	owl:Class
+	.
+
+
+# Actual usage of class remains the same
+:Room		a	:NoSuchClass
+      	; rdf:value "17"
+	.
+
+# Other class declaration remains untouched
+:Bucket		a	owl:Class
+	.
+
+# Class is valid, but the property is not. Remains untouched by this RepairTool
+:B1		a	:Bucket
+	; :spoo	56
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/class2report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/class2report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/class2report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/class2report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,33 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#Room>
+              ] ;
+      eye:unknownClass <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> .
+
+# Should be ignored by *this* repair tool
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 56 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#spoo> ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#B1>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#spoo> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/class2reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/class2reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/class2reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/class2reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,42 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#Room>
+              ] ;
+      eye:unknownClass <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+      eye:repairConfidence eye:moderate ;
+      eye:repairType eye:defineClass ;
+      eye:statementAdded 
+      	      [ a       rdf:Statement ;
+                rdf:object owl:Class ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass>
+              ] ;
+      eye:checkFix rdf:Statement .
+
+# Should be ignored by *this* repair tool
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 56 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#spoo> ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#B1>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#spoo> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/classmodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/classmodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/classmodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/classmodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,18 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+# The class :NoSuchClass is not declared; a suitable declaration should be added
+:Room		a	:NoSuchClass
+      	; rdf:value "17"
+	.
+
+# Declaration of another class. Should remain untouched
+:Bucket 	a	rdfs:Class
+	.
+
+# Class is valid, but the property is not - should remain untouched by *this* RepairTool
+:B1		a	:Bucket
+	; :spoo	56
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/classoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/classoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/classoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/classoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,23 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+# Class 'NoSuchClass' is declared
+:NoSuchClass 	a	owl:Class
+	.
+
+
+# Actual usage of class remains the same
+:Room		a	:NoSuchClass
+      	; rdf:value "17"
+	.
+
+# Other class declaration remains untouched
+:Bucket		a	rdfs:Class
+	.
+
+# Class is valid, but the property is not. Remains untouched by this RepairTool
+:B1		a	:Bucket
+	; :spoo	56
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/classreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/classreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/classreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/classreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,33 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#Room>
+              ] ;
+      eye:unknownClass <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> .
+
+# Should be ignored by *this* repair tool
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 56 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#spoo> ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#B1>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#spoo> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/classreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/classreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/classreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/classreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,42 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#Room>
+              ] ;
+      eye:unknownClass <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass> ;
+      eye:repairConfidence eye:moderate ;
+      eye:repairType eye:defineClass ;
+      eye:statementAdded 
+      	      [ a       rdf:Statement ;
+                rdf:object owl:Class ;
+                rdf:predicate rdf:type ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#NoSuchClass>
+              ] ;
+      eye:checkFix rdf:Statement .
+
+# Should be ignored by *this* repair tool
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 56 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#spoo> ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#B1>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#spoo> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/configinput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/configinput.ttl?rev=1396579&view=auto
==============================================================================
    (empty)

Added: jena/Scratch/Eyeball/trunk/testcases/configresult.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/configresult.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/configresult.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/configresult.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,14 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix eyesvc:  <http://jena.hpl.hp.com/EyeballService#> .
+
+[]  a eye:statistic
+    ; eye:eyeballerState [
+        eyesvc:hasInspector "allTyped", "cardinality", "uri"
+      ; eyesvc:hasAssume "owl"
+      ; eyesvc:inputModelType "N3"
+      ; eyesvc:reportFormat "N3"
+      ; eyesvc:doRepair  "false"^^xsd:boolean
+      ; eyesvc:doAnalysis "false"^^xsd:boolean 
+    ] .
+

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttype2model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttype2model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttype2model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttype2model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,26 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:Left	a	rdfs:Class
+	.
+
+:Right	a	rdfs:Class
+	.
+
+:B1	a	:Left
+	; :spoo	56
+	.
+
+:B1	a	:Right
+	; :flarn 19
+	.
+
+:C4	a	:Left
+	; :spoo 19
+	.
+
+:G12	a	:left
+	; :spoo 175
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttype2output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttype2output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttype2output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttype2output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,22 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:Left	a	rdfs:Class
+	.
+
+:Right	a	rdfs:Class
+	.
+
+:B1   	a	:Left ;
+      :flarn  19 ;
+      :spoo   56 .
+
+:C4	a	:Left
+	; :spoo 19
+	.
+
+:G12	a	:left
+	; :spoo 175
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttype2report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttype2report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttype2report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttype2report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,18 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasAttachedType rdfs:Resource , <http://eyeball.jena.hpl.hp.com/eg#Right> , <http://eyeball.jena.hpl.hp.com/eg#Left> ;
+      eye:noConsistentTypeFor
+              <http://eyeball.jena.hpl.hp.com/eg#B1> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttype2reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttype2reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttype2reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttype2reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,26 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasAttachedType rdfs:Resource , <http://eyeball.jena.hpl.hp.com/eg#Right> , <http://eyeball.jena.hpl.hp.com/eg#Left> ;
+      eye:noConsistentTypeFor
+              <http://eyeball.jena.hpl.hp.com/eg#B1> ;
+      eye:repairConfidence eye:good ;
+      eye:repairType eye:removeType ;
+      eye:statementRemoved 
+	[ a rdf:Statement ;
+	  rdf:subject <http://eyeball.jena.hpl.hp.com/eg#B1> ;
+	  rdf:predicate rdf:type ;
+	  rdf:object <http://eyeball.jena.hpl.hp.com/eg#Right> ] ;
+      eye:checkFix rdf:Statement .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttypemodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttypemodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttypemodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttypemodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,18 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:Left	a	rdfs:Class
+	.
+
+:Right	a	rdfs:Class
+	.
+
+:B1	a	:Left
+	; :spoo	56
+	.
+
+:B1	a	:Right
+	; :flarn 19
+	.
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttypeoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttypeoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttypeoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttypeoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,16 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:Left	a	rdfs:Class
+	.
+
+:Right	a	rdfs:Class
+	.
+
+:B1   a       [ a       rdfs:Class ;
+                rdfs:subClassOf :Right ;
+		rdfs:subClassOf :Left ] ;
+      :flarn  19 ;
+      :spoo   56 .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttypereport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttypereport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttypereport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttypereport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,18 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasAttachedType rdfs:Resource , <http://eyeball.jena.hpl.hp.com/eg#Right> , <http://eyeball.jena.hpl.hp.com/eg#Left> ;
+      eye:noConsistentTypeFor
+              <http://eyeball.jena.hpl.hp.com/eg#B1> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/consistenttypereportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/consistenttypereportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/consistenttypereportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/consistenttypereportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,21 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:hasAttachedType rdfs:Resource , <http://eyeball.jena.hpl.hp.com/eg#Right> , <http://eyeball.jena.hpl.hp.com/eg#Left> ;
+      eye:noConsistentTypeFor
+              <http://eyeball.jena.hpl.hp.com/eg#B1> ;
+      eye:repairConfidence eye:good ;
+      eye:repairType eye:defineClass ;
+      eye:checkFix rdf:Statement .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/eyeballinginput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/eyeballinginput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/eyeballinginput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/eyeballinginput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,20 @@
+@prefix rdf:       <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:      <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:       <http://www.w3.org/2002/07/owl#> .
+@prefix dc:	   <http://hahah/this/isnt/dc/> .
+@prefix my:        <http://my.domain.com/> .
+@prefix mineAlso:  <http://my.domain.com/> .
+@prefix stillMine: <http://my.domain.com/> .
+
+mineAlso:Mumps a rdfs:Class ; 
+    rdfs:subClassOf [owl:onProperty stillMine:spoo; owl:minCardinality 4] .
+
+<http://this i/s a bad uri!> a my:Mumps ;
+    my:spoo "17"^^<my:invaliddt> ;
+    mineAlso:spoo "42"^^<my:flarn> .
+
+my:x a my:flibbedygibbet ;
+    my:spoo "false"^^<my:unknown> ;
+    my:spoo "2006-07-04T13:36:00+01:00"^^<my:flarn> .
+
+

Added: jena/Scratch/Eyeball/trunk/testcases/eyeballingresult.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/eyeballingresult.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/eyeballingresult.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/eyeballingresult.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,39 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix eyesvc:  <http://jena.hpl.hp.com/EyeballService#> .
+
+[]  a eye:statistic
+    ; eye:failure [
+          eye:fault eye:badDatatypeURI
+        ; eye:number 3
+    ]
+    ; eye:failure [
+          eye:fault eye:multiplePrefixesForNamespace
+        ; eye:number 1
+    ]
+    ; eye:failure [
+          eye:fault eye:badNamespaceURI
+        ; eye:number 1
+    ]
+    ; eye:failure [
+          eye:fault eye:cardinalityFailure
+        ; eye:number 1
+    ]
+    ; eye:failure [
+          eye:fault eye:unknownClass
+        ; eye:number 2
+    ]
+    ; eye:failure [
+          eye:fault eye:badURI
+        ; eye:number 1
+    ]
+    ; eye:failure [
+          eye:fault eye:unknownPredicate
+        ; eye:number 1
+    ]
+    ; eye:failure [
+          eye:fault eye:hasNoType
+        ; eye:number 1
+    ]
+    ; eye:percentageChanged 60.0
+    .

Added: jena/Scratch/Eyeball/trunk/testcases/literal2model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literal2model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literal2model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literal2model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      rdf:value "1829" , "chat"@en , "1066"^^<my:bad> , "alphabetic"^^<xsd:integer> .

Added: jena/Scratch/Eyeball/trunk/testcases/literal2output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literal2output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literal2output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literal2output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      rdf:value "1829" , "chat"@en , 1066 , "alphabetic"@en .

Added: jena/Scratch/Eyeball/trunk/testcases/literal2report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literal2report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literal2report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literal2report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,37 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+#     This is not designed to be tested in the same eyeball instance for 
+# NB: reporting as the 'literal' test set; it requires a reconfiguration
+#     of Eyeball for it to operate (eye:repairConfig eye:defaultLiteralFix eye:defaultLanguage)
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "my:bad" ;
+      eye:onLiteral "1066" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "1066"^^<my:bad> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "xsd:integer" ;
+      eye:onLiteral "alphabetic" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<xsd:integer> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/literal2reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literal2reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literal2reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literal2reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,47 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+#     This is not designed to be tested in the same eyeball instance for 
+# NB: reporting as the 'literal' test set; it requires a reconfiguration
+#     of Eyeball for it to operate (eye:repairConfig eye:defaultLiteralFix eye:defaultLanguage)
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "xsd:integer" ;
+      eye:checkFix rdf:object ;
+      eye:newValue "en" ;
+      eye:onLiteral "alphabetic" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<xsd:integer> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+      eye:repairConfidence
+              eye:low ;
+      eye:repairType eye:setLanguage .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "my:bad" ;
+      eye:checkFix rdf:object ;
+      eye:newValue "http://www.w3.org/2001/XMLSchema#integer" ;
+      eye:onLiteral "1066" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "1066"^^<my:bad> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:setDatatype .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/literalmodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literalmodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literalmodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literalmodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      rdf:value "1829" , "chat"@en , "1066"^^<my:bad> , "alphabetic"^^<xsd:integer> .

Added: jena/Scratch/Eyeball/trunk/testcases/literaloutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literaloutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literaloutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literaloutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      rdf:value "1829" , "chat"@en , 1066 , "alphabetic"^^<http://www.w3.org/2001/XMLSchema#string> .

Added: jena/Scratch/Eyeball/trunk/testcases/literalreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literalreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literalreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literalreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,33 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "my:bad" ;
+      eye:onLiteral "1066" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "1066"^^<my:bad> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "xsd:integer" ;
+      eye:onLiteral "alphabetic" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<xsd:integer> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/literalreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/literalreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/literalreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/literalreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,43 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "xsd:integer" ;
+      eye:checkFix rdf:object ;
+      eye:newValue "http://www.w3.org/2001/XMLSchema#string" ;
+      eye:onLiteral "alphabetic" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "alphabetic"^^<xsd:integer> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:setDatatype .
+
+[]    a       eye:Item ;
+      eye:badDatatypeURI "my:bad" ;
+      eye:checkFix rdf:object ;
+      eye:newValue "http://www.w3.org/2001/XMLSchema#integer" ;
+      eye:onLiteral "1066" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "1066"^^<my:bad> ;
+                rdf:predicate rdf:value ;
+                rdf:subject <http://eyeball.jena.hpl.hp.com/eg#mine>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:setDatatype .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/metadatainput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/metadatainput.ttl?rev=1396579&view=auto
==============================================================================
    (empty)

Added: jena/Scratch/Eyeball/trunk/testcases/metadataresult.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/metadataresult.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/metadataresult.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/metadataresult.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix eyesvc:  <http://jena.hpl.hp.com/EyeballService#> .
+
+[]  a eye:statistic
+    ; eye:requestDate "some-date-value"
+    ; eye:requestTime "some-time-value"
+    .  

Added: jena/Scratch/Eyeball/trunk/testcases/modelinput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/modelinput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/modelinput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/modelinput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,8 @@
+@prefix eye:        <http://jena.hpl.hp.com/Eyeball#>.
+@prefix dc:         <http://purl.org/dc/elements/1.1/>.
+@prefix owl:        <http://www.w3.org/2002/07/owl#>.
+
+[]    a owl:Class
+    ; eye:hasInspector "NullInspector", "PrefixInspector", "CardinalityInspector"
+    ; owl:subClassOf []
+    .

Added: jena/Scratch/Eyeball/trunk/testcases/modelresult.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/modelresult.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/modelresult.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/modelresult.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,20 @@
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix eyesvc:  <http://jena.hpl.hp.com/EyeballService#> .
+
+[]  a eye:statistic
+    ; eye:modelSize 5
+    ; eye:usedOntology [
+          eye:ontURI <http://jena.hpl.hp.com/Eyeball#>
+        ; eye:prefix "eye"
+    ]
+    ; eye:usedOntology [
+          eye:ontURI <http://purl.org/dc/elements/1.1/>
+        ; eye:prefix "dc"
+    ]
+    ; eye:usedOntology [
+          eye:ontURI <http://www.w3.org/2002/07/owl#>
+        ; eye:prefix "owl"
+    ]
+    .
+

Added: jena/Scratch/Eyeball/trunk/testcases/prefix2model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix2model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix2model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix2model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,14 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://eyeball.jena.hpl.hp.com/eg#> .
+@prefix rlybad:  <http://eyeball.jena.hpl.hp.com/eg#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+eg:b1		rdf:value	"bloop" .
+rlybad:b2 	rdf:value	"bleep" .
+:b3		rdf:value	"blarp" .
+:b4		rdf:value	"blurp" .
+rlybad:b5	rdf:value	"blirp" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/prefix2output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix2output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix2output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix2output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,13 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix rlybad:        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+rlybad:b1	rdf:value	"bloop" .
+rlybad:b2 	rdf:value	"bleep" .
+rlybad:b3	rdf:value	"blarp" .
+rlybad:b4	rdf:value	"blurp" .
+rlybad:b5	rdf:value	"blirp" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/prefix2report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix2report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix2report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix2report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,24 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "eg" , "rlybad" , "" .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" .

Added: jena/Scratch/Eyeball/trunk/testcases/prefix2reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix2reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix2reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix2reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,30 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "eg" , "rlybad" , "" ;
+      eye:repairConfidence eye:good ;
+      eye:repairType eye:removeDuplicatePrefixes ;
+      eye:checkFix eye:namespacePrefix .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" ;
+      eye:repairConfidence eye:low ;
+      eye:repairType eye:replaceNamespace ;
+      eye:checkFix eye:namespacePrefix .

Added: jena/Scratch/Eyeball/trunk/testcases/prefix3model.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix3model.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix3model.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix3model.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,14 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://thisisnotfrom.jena.hpl.hp.com/eg#> .
+@prefix rlybad:  <http://eyeball.jena.hpl.hp.com/eg#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+eg:b1		rdf:value	"bloop" .
+rlybad:b2 	rdf:value	"bleep" .
+:b3		rdf:value	"blarp" .
+:b4		rdf:value	"blurp" .
+rlybad:b5	rdf:value	"blirp" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/prefix3output.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix3output.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix3output.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix3output.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,13 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix rlybad:        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+<http://thisisnotfrom.jena.hpl.hp.com/eg#b1>		rdf:value	"bloop" .
+rlybad:b2 	rdf:value	"bleep" .
+rlybad:b3	rdf:value	"blarp" .
+rlybad:b4	rdf:value	"blurp" .
+rlybad:b5	rdf:value	"blirp" .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/prefix3report.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix3report.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix3report.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix3report.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,24 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://thisisnotfrom.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "rlybad" , "" .

Added: jena/Scratch/Eyeball/trunk/testcases/prefix3reportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefix3reportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefix3reportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefix3reportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,30 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://thisisnotfrom.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" ;
+      eye:repairConfidence eye:low ;
+      eye:repairType eye:replaceNamespace ;
+      eye:checkFix eye:namespacePrefix .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "rlybad" , "" ;
+      eye:repairConfidence eye:good ;
+      eye:repairType eye:removeDuplicatePrefixes ;
+      eye:checkFix eye:namespacePrefix .

Added: jena/Scratch/Eyeball/trunk/testcases/prefixmodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefixmodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefixmodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefixmodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,7 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://eyeball.jena.hpl.hp.com/eg#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .

Added: jena/Scratch/Eyeball/trunk/testcases/prefixoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefixoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefixoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefixoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,7 @@
+@prefix bad1:    <unknown:scheme/> .
+@prefix bad3:    <file:///home/kers/RDF/onty.owl#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/prefixreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefixreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefixreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefixreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,24 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "eg" , "" .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" .

Added: jena/Scratch/Eyeball/trunk/testcases/prefixreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/prefixreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/prefixreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/prefixreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,30 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:multiplePrefixesForNamespace
+              "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:onPrefix "eg" , "" ;
+      eye:repairConfidence eye:good ;
+      eye:repairType eye:removeDuplicatePrefixes ;
+      eye:checkFix eye:namespacePrefix .
+
+[]    a       eye:Item ;
+      eye:badNamespaceURI "http://eyeball.jena.hpl.hp.com/eg#" ;
+      eye:expected "http://www.example.org/" ;
+      eye:forReason "non-standard namespace for prefix" ;
+      eye:onPrefix "eg" ;
+      eye:repairConfidence eye:low ;
+      eye:repairType eye:replaceNamespace ;
+      eye:checkFix eye:namespacePrefix .

Added: jena/Scratch/Eyeball/trunk/testcases/propertymodel.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/propertymodel.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/propertymodel.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/propertymodel.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,10 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix xsd:	 <http://www.w3.org/2001/XMLSchema#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      	:srting   	"1829" ;
+	:IT		"blobby" ;
+	:srting		54 .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/propertyoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/propertyoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/propertyoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/propertyoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,10 @@
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix :        <http://eyeball.jena.hpl.hp.com/eg#> .
+
+:mine
+      xsd:ID  "blobby" ;
+      xsd:string "1829" , 54 .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/propertyreport.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/propertyreport.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/propertyreport.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/propertyreport.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,33 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 54 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#srting> ;
+                rdf:subject <file:///home/peter/svnwork/eyeball-repair/testcases/propertymodel.n3#mine>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#srting> .
+
+[]    a       eye:Item ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "blobby" ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#IT> ;
+                rdf:subject <file:///home/peter/svnwork/eyeball-repair/testcases/propertymodel.n3#mine>
+              ] ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#IT> .
\ No newline at end of file

Added: jena/Scratch/Eyeball/trunk/testcases/propertyreportoutput.ttl
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/testcases/propertyreportoutput.ttl?rev=1396579&view=auto
==============================================================================
--- jena/Scratch/Eyeball/trunk/testcases/propertyreportoutput.ttl (added)
+++ jena/Scratch/Eyeball/trunk/testcases/propertyreportoutput.ttl Wed Oct 10 12:55:36 2012
@@ -0,0 +1,43 @@
+@prefix rss:     <http://purl.org/rss/1.0/> .
+@prefix vcard:   <http://www.w3.org/2001/vcard-rdf/3.0#> .
+@prefix ja:      <http://jena.hpl.hp.com/2005/11/Assembler#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix eg:      <http://www.example.org/> .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix jms:     <http://jena.hpl.hp.com/2003/08/jms#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
+@prefix :        <#> .
+@prefix eye:     <http://jena.hpl.hp.com/Eyeball#> .
+
+[]    a       eye:Item ;
+      eye:checkFix rdf:predicate ;
+      eye:newValue "http://www.w3.org/2001/XMLSchema#ID" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object "blobby" ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#IT> ;
+                rdf:subject <file:///home/peter/svnwork/eyeball-repair/testcases/propertymodel.n3#mine>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:replacePredicate ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#IT> .
+
+[]    a       eye:Item ;
+      eye:checkFix rdf:predicate ;
+      eye:newValue "http://www.w3.org/2001/XMLSchema#string" ;
+      eye:onStatement
+              [ a       rdf:Statement ;
+                rdf:object 54 ;
+                rdf:predicate <http://eyeball.jena.hpl.hp.com/eg#srting> ;
+                rdf:subject <file:///home/peter/svnwork/eyeball-repair/testcases/propertymodel.n3#mine>
+              ] ;
+      eye:repairConfidence
+              eye:moderate ;
+      eye:repairType eye:replacePredicate ;
+      eye:unknownPredicate
+              <http://eyeball.jena.hpl.hp.com/eg#srting> .
\ No newline at end of file