-
OWL subclass axioms are interpreted in OML as follows:
- an OWL Class may represent an OML Aspect, Concept, ReifiedRelationship, StructuredDatatype
- an OWL SubClass axiom makes sense according to…
-
(related entry in old system: https://github.com/mmisw/mmiorr/issues/19)
The general version tagging needs some careful analysis. For example, we should probably "respect" any original version tagg…
-
Dear all,
there are two known implementations of the famous Einstein's riddle (zebra puzzle) in OWL:
- http://persons.iis.nsk.su/en/person/ponom/ontologies (by Denis Ponomaryov, ALCOIF expressivit…
-
Package Hets with OWL API version 4.
Version 3.5 leads to the following problem. The following, when put into an `omn` file
```
Prefix: :
Ontology: O
Class: C
```
leads to the following theo…
-
See attached file
[cr.ofn.txt](https://github.com/hsolbrig/funowl/files/9355844/cr.ofn.txt)
parser fails with:
```
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/schema-automator-AOP…
-
The correct URI is http://purl.org/dc/dcmitype/Dataset
And the class identity is rdfs:Class, not owl:Class. Does that present a problem for reasoning with Protege?
-
```
Currently, ELK does not implement some methods in its OWL API Reasoner
interface implementation (search for "TODO"):
https://code.google.com/p/elk-reasoner/source/browse/trunk/elk-owlapi/src/mai…
-
Hi there, It's me again. Sorry for spamming issues.
I loaded [univ-bench.owl](http://swat.cse.lehigh.edu/onto/univ-bench.owl) as stated on the [sparql usage page](https://www.derivo.de/products/koncl…
-
"There are only two triplestores that I could find that
have full OWL2 support: Marklogic (maybe, I am still trying to
understand their documentation on the point) and Stardog (was once
Pellet). .…
-
If you have OWL two ontologies declaring the same prefix but with different URLs, currently Hets throws an error. Protégé (and the OWL API)will instead delete both prefix declarations. So Hets should …