/** 将本体存入MySQL **/ import java.io.*; import java.sql.SQLException; import com.hp.hpl.jena.db.*; import com.hp.hpl.jena.rdf.model.*; public class Onto2Database{ public static final String strDriver "com.mysql.jdbc.Driver"; //path of driver c…
这是官方文章《An Introduction to RDF and the Jena RDF API》的译文。原文是在刺猬的温驯这里看到的。其中的图片没法显示了,还有一段丢失了。于是我在此也补充翻译一下。^_^ 前言 本文是一篇对W3C的资源描述框架(RDF)和 Jena(一个Java的RDF API)的教程性介绍. 本…