owl2importer |
( |
|
$owl2, |
|
|
|
$reasoner = 'Racer' |
|
) |
| |
Import an OWL 2 ontology and returns an approximated UML diagram. Currently supports importing of Classes, Subclasses, Object Properties, Cardinalities 0N, 1N, 01, 11.
- Todo:
- Data Properties
- Parameters
-
$owl2 | A String with an OWL 2 ontology. |
$reasoner | A String with the reasoner name for reasoning over the ontology being imported. We support two: Konclude and Racer. |
- Returns
- an UML JSON encoding a graphical diagram to be imported in crowd.
owl2to_owllinkNaive |
( |
|
$owl2 | ) |
|
Put owl tags on owl 2 tags to convert it into owllink
- Parameters
-
- Returns
- An Array containing OWLlink elements from the input OWL 2
The documentation for this class was generated from the following file: