owl-api Questions
4
Solved
I can get OWLClass and access the information. The classes and individuals are along with prefix.
Is there any method to get rid of prefix?
For example:
OWLClass cls = factory.getOWLClass(":Person...
Norward asked 18/7, 2014 at 9:12
2
Solved
in the current documentation example at the link:
https://github.com/owlcs/owlapi/blob/version5/contract/src/test/java/org/semanticweb/owlapi/examples/Examples.java
There is no example of how to lo...
Plasma asked 1/4, 2017 at 10:45
1
Solved
I have an ontology created in Protege 4.3.0 and stored in an OWL file. In order to load this ontology using the OWL API, I use the following code sample.
public class MySampleClass {
private fina...
1
I have been playing with Neo4J to get a feel on how easy it is to work with related data. so far I have work with the Neo4J community browser to create nodes and build relationship between them.
I...
Amphibious asked 17/1, 2014 at 21:3
1
Solved
I want to map ontology from OWL into Neo4j database. I have found some example here.
If I understand it well I need to create Java program with OWL API libraries included.
I don't need any infere...
1
Solved
I'm trying to parse an ontology (complete including the imported ontology) to store it into a graph database. To do this, I first list all classes in the ontology and then link them to their respec...
1
I am trying to implement an eclipse based application working with ontologies. (My topic is semantic annotation). I will need to display the ontology to the user (as a tree) and to establish ...
1
© 2022 - 2024 — McMap. All rights reserved.