Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fontology%2Findex.mdtext

Tom Saleeba

Index: trunk/content/documentation/ontology/index.mdtext
===================================================================
--- trunk/content/documentation/ontology/index.mdtext   (revision 1641299)
+++ trunk/content/documentation/ontology/index.mdtext   (working copy)
@@ -737,11 +737,11 @@
 document is loaded instead. This may be a file on the local disk, or simply a
 pointer to a local mirror web site.
 
-While the `FileManager` can be configure directly, we can also specify 
redirections
+While the `FileManager` can be configured directly, we can also specify 
redirections
 declaratively in the document manager policy file:
 
     <OntologySpec>
-      <publicURI rdf:resource="... the public URI to map from..."    />
+      <publicURI rdf:resource="... the public URI to map from..." />
       <altURL rdf:resource="... the local URL to map to ..." />
       <!-- optional ontology language term -->
       <language rdf:resource="... encoding used ..." />
@@ -753,7 +753,7 @@
 
     <OntologySpec>
       <!-- local version of the RDFS vocabulary -->
-      <publicURI rdf:resource="http://www.w3.org/2000/01/rdf-schema";    />
+      <publicURI rdf:resource="http://www.w3.org/2000/01/rdf-schema"; />
       <altURL rdf:resource="file:src/main/resources/rdf-schema.rdf" />
     </OntologySpec>
 
@@ -778,7 +778,7 @@
     OntModel m = ModelFactory.createOntologyModel();
     OntDocumentManager dm = m.getDocumentManager();
     dm.addAltEntry( "http://www.eswc2006.org/technologies/ontology";,
-                    "file:" + JENA + 
"src/examples/resources/eswc-2006-09-21.rdf"    );
+                    "file:" + JENA + 
"src/examples/resources/eswc-2006-09-21.rdf" );
     m.read( "http://www.eswc2006.org/technologies/ontology"; );
 
 ### Specifying prefixes
@@ -1921,7 +1921,7 @@
 models for the imports of an ontology. These two requirements are
 handled slightly differently. A simple, but complete, example of
 using persistent database models for storing ontologies
-[is included with Jena](../examples/persistent-ont-model/index.html).
+[is included with Jena](../examples/persistent-ont-model/index.html)<!--- Link 
is broken, content is still here 
https://svn.apache.org/repos/asf/jena/branches/jena-owl2/doc/examples/persistent-ont-model/index.html
 -->.
 
 To retrieve a Jena model from the database API, we have to know its
 name. Fortunately, common practice for ontologies on the Semantic
@@ -2020,4 +2020,4 @@
     path returns `true` to the `onPath` predicate.
 -   `List namedHierarchyRoots( OntModel m )`
     Compute a list containing the uppermost fringe of the class
-    hierarchy in the given model which consists only of named classes.
+    hierarchy in the given model which consists only of named classes.
\ No newline at end of file

Reply via email to