sszuev commented on code in PR #187: URL: https://github.com/apache/jena-site/pull/187#discussion_r1605881472
########## source/documentation/ontology/__index.md: ########## @@ -205,18 +204,40 @@ doesn't require a number to be the subject of an RDF statement. In OWL, this distinction is important: only object properties can be transitive or symmetric. -The OWL language is sub-divided into three syntax classes: -*OWL Lite*, *OWL DL* and *OWL Full*. OWL DL does not permit some -constructions allowed in OWL Full, and OWL Lite has all the -constraints of OWL DL plus some more. The intent for OWL Lite and -OWL DL is to make the task of reasoning with expressions in that -subset more tractable. Specifically, OWL DL is intended to be able -to be processed efficiently by a +The OWL language is sub-divided into several syntax classes: +*OWL2 Full*, *OWL2 DL*, *OWL2 RL*, *OWL2 EL*, *OWL2 QL*, +and also *OWL1 Lite*, *OWL1 DL* and *OWL1 Full*. +The last three are deprecated now. +OWL2 EL, OWL2 QL and OWL2 RL do not permit some constructions allowed in OWL2 Full and OWL2 DL. +Although OWL1 is deprecated, Jena Ontology API is still support them. Review Comment: fixed ########## source/documentation/ontology/__index.md: ########## @@ -10,6 +10,9 @@ won't go into all of the many details of the API here: you should expect to refer to the [Javadoc](/documentation/javadoc/jena/) to get full details of the capabilities of the API. +_Please note that this section covers the new Jena ontology API, which has been introduced since Jena 5.1.0. +The legacy Jena Ontology API documentation see [here](legacy.html)._ Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org