开发者

What are the Jena methods used to access an ontology?

开发者 https://www.devze.com 2022-12-26 04:19 出处:网络
Hello I\'m new to ontologies, my assignment is to create an ontology using Protege V4.0.2, (which I\'ve done) and to create a website over that ontology(which I\'m working on),

Hello I'm new to ontologies, my assignment is to create an ontology using Protege V4.0.2, (which I've done) and to create a website over that ontology(which I'm working on), i just need the basics on how to search the ontology using the Jena library I dont have any specifics because i haven't yet started. but i'm in a time crunch, and i need to now exactly how i'm gon开发者_C百科ing to do it


Loading (simplest method):

  • http://jena.sourceforge.net/how-to/filemanager.html
  • http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/util/FileManager.html

Query using SPARQL:

  • http://jena.sourceforge.net/ARQ/Tutorial/

Ontology API:

  • http://jena.sourceforge.net/ontology/index.html

A quick way to get started in Netbeans is using a maven project. Add jena and arq to the library and they will be downloaded by maven.

0

精彩评论

暂无评论...
验证码 换一张
取 消