You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2021/05/03 20:37:28 UTC

[jena-site] branch main updated: fix issues in ontology documentation page

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cb2f6cb  fix issues in ontology documentation page
     new e1c29b6  Merge pull request #49 from LeonPoon/main
cb2f6cb is described below

commit cb2f6cb8d5264ba7cd3548d6e1e04c5f7a29590c
Author: Leon Poon <sz...@gmail.com>
AuthorDate: Mon May 3 21:48:03 2021 +0800

    fix issues in ontology documentation page
---
 source/documentation/ontology/__index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/source/documentation/ontology/__index.md b/source/documentation/ontology/__index.md
index bbd04d8..33dcd3f 100644
--- a/source/documentation/ontology/__index.md
+++ b/source/documentation/ontology/__index.md
@@ -1077,6 +1077,7 @@ methods, we can access the following attributes of an
 `OntProperty`:
 
 Attribute | Meaning
+--------- | -------
 subProperty | A sub property of this property; i.e. a property which is declared to be a `subPropertyOf` this property. If p is a sub property of q, and we know that `A p B` is true, we can infer that `A q B` is also true.
 superProperty | A super property of this property, i.e. a property that this property is a `subPropertyOf`
 domain | Denotes the class or classes that form the domain of this property. Multiple domain values are interpreted as a conjunction. The domain denotes the class of value the property maps from.
@@ -1249,6 +1250,7 @@ the value `feathers`. This is a *has value restriction*. Six
 restriction types are currently defined by OWL:
 
 Restriction type | Meaning
+---------------- | -------
 has value | The restricted property has exactly the given value.
 all values from | All values of the restricted property, if it has any, are members of the given class.
 some values from | The property has at least one value which is a member of the given class.
@@ -1437,7 +1439,7 @@ is even more compact:
 Although lists are defined in the generic RDF model in Jena, they
 are extensively used by the ontology API so we mention them here.
 Full details of the methods defined are in the
-[`RDFList javadoc`](/documentation/javadoc/jena/org/apache/jena/rdf/model/RDFList.html).
+[`RDFList` javadoc](/documentation/javadoc/jena/org/apache/jena/rdf/model/RDFList.html).
 
 Various means of constructing lists are defined in
 [`Model`](/documentation/javadoc/jena/org/apache/jena/rdf/model/Model.html), as
@@ -1496,7 +1498,6 @@ the XML declaration:
           <owl:onProperty rdf:resource="#hasLocation"/>
           <owl:hasValue rdf:resource="#united_kingdom"/>
         </owl:Restriction>
-      </owl:intersectionOf>
         <owl:Restriction>
           <owl:onProperty rdf:resource="#hasPart"/>
           <owl:someValuesFrom rdf:resource="#IndustryTrack"/>
@@ -1558,7 +1559,7 @@ therefore do not accept a list of operands.
 
 The final type class expression allows by OWL is the enumerated
 class. Recall that a class is a set of individuals. Often, we want
-to define the members of the *implicitly*: for example, "the class
+to define the members of the class *implicitly*: for example, "the class
 of UK conferences". Sometimes it is convenient to define a class
 *explicitly*, by stating the individuals the class contains. An
 [enumerated class](/documentation/javadoc/jena/org/apache/jena/ontology/EnumeratedClass.html)