GithubHelp home page GithubHelp logo

jena-learning's Introduction

语义技术与Jena框架

Jena简介

Jena是一个免费的、开源的Java平台上语义网开发框架。最初是由惠普实验室(HPL)的BrianMcBride开发,后来Jena称为Apache开源项目之一。

jena

结合整体架构图和Jena的官方文档,可以看到Jena框架共分为几大模块:

  • RDF API(RDF模型操作相关)
  • Ontology API(OWL本体模型操作相关)
  • ARQ(SPARQL标准的实现)
  • Inference API(本体推理的实现)
  • TDB(RDF数据的存储数据库)

此外Jena还提供了非常实用的命令行工具(例如SPARQL查询、批量导入RDF数据等)和一个基于Jena框架构建的Web应用程序Fuseki。

学习Jena框架,一定要结合对于的语义技术的知识,这样才能更加快速地上手。

Jena框架的各个模块

  1. RDF API

  2. Ontology API

  3. Inference API

  4. ARQ

  5. TDB

Fuseki

Fuseki

Jena的整体web流程框架

jena-complete

代码示例

建议使用Intellij IDEA,安装社区版即可。

  1. 需要下载jena,解压之后,在项目中引入jena的包(在解压目录下的lib,全部引入)
  2. 需要Java 8,

示例:

  1. RDF API
  2. Ontology API
  3. Inference API
  4. ARQ
  5. TDB

学习资料汇总

  1. Jena官网
  2. sparql
  3. 如何在ecplise中使用Jena
  4. Jena资料整理博客
  5. Jena API文档
  6. OWL
  7. owl本体语言学习笔记
  8. Jena的Ontology学习
  9. Protégé中文教程
  10. Protégé构建本体教程
  11. rdf数据模型下载

jena-learning's People

Contributors

zhangguixu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.