0

I am a beginner in OWL. Is there any library that could easily change and update OWL files? And which language is the library use?

Thank you!

user48267
  • 67
  • 2
  • Please note that "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." Even as a library request, this is too broad: you haven't mentioned any particular languages that you need, or what serializations of OWL you want to be able to handle, etc. – Joshua Taylor Mar 20 '14 at 17:13

1 Answers1

3

How about the OWL API? It's a Java library.

Apache Jena is a Java framework for doing all sorts of Semantic Web stuff, it does much more than just OWL, but perhaps doesn't do OWL quite as well.

mat_boy
  • 12,998
  • 22
  • 72
  • 116
cygri
  • 9,412
  • 1
  • 25
  • 47
  • 2
    +1 on OWLAPI over Jena. Jena has OWL support, but it's not designed *for* OWL, which makes it a bit cumbersome to use. – Michael May 30 '12 at 17:15