发新话题
打印

项目资源列表

项目资源列表

1.什么是ontology?
http://zh.transwiki.org/cn/owlguide.htm

http://www.co-ode.org/resources/tutorials/ProtegeOWLTutorial.pdf

2.什么是ontology web language?
http://www.w3.org/TR/2004/REC-owl-guide-20040210/

3.如何使用界面编辑owl?

编辑器:
Protege:http://protege.stanford.edu/
Topbraid:http://www.topbraidcomposer.com/
Swoop:http://www.mindswap.org/2004/SWOOP/
SemanticWork2006:http://www.altova.com/products/s ... rdf_owl_editor.html

4.怎么查询owl模型?一种类似于SQL的语言SPARQL。
http://www.w3.org/TR/rdf-sparql-query/

5.怎么写处理owl的程序?

.NET:
http://razor.occams.info/code/semweb/
以上的link有c#处理rdf的库,owl的处理的话,把owl当成rdf就可以了,虽然效率不是很好,终究还是可用的咚咚.
其他, 比如 drive rdf .net 和 EulerSharp 和Jena.net 不过觉得不太好用.

java:
http://jena.sourceforge.net/

在java环境下使用的类库,HP实验室开发。建议在eclipse下面使用。

---------------------
大家可以跟贴自己知道的项目相关资源,我的资源正在整理中。我会在后面整理分类完善。最后,我会把这个列表,建立成owl模型。然后和大家学习怎么用Sparql检索这个列表。

[ 本帖最后由 南京猿人 于 2007-5-6 11:14 编辑 ]
选咖啡,选拿铁.少喝咖啡,多办事

TOP

1. OWL Document Roadmap
TheOWL Overview gives a simple introduction to OWL by providing a language feature listing with very brief feature descriptions;
The OWL Guide demonstrates the use of the OWL language by providing an extended example. It also provides a glossary of the terminology used in these documents;
The OWL Reference gives a systematic and compact (but still informally stated) description of all the modelling primitives of OWL;
The OWL Semantics and Abstract Syntax document is the final and formally stated normative definition of the language;
The OWL Web Ontology Language Test Cases document contains a large set of test cases for the language;
The OWL Use Cases and Requirements document contains a set of use cases for a web ontology language and compiles a set of requirements for OWL.

2. OWL中文论坛
http://bbs.w3china.org/list.asp?boardid=2

3. 关于界面 - DOM和XSL
http://www.w3.org/DOM/DOMTR
http://www.w3.org/Style/XSL/

4. eHealth ontology project
http://www.ehealthserver.com/ontology/

5.

6.

[ 本帖最后由 laotao 于 2007-10-16 19:56 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

C#处理rdf

http://razor.occams.info/code/semweb/
以上的link有c#处理rdf的库,owl的处理的话,把owl当成rdf就可以了,虽然效率不是很好,终究还是可用的咚咚,不知道各位还知道有其他C#的Owl库没,请赐教。

我还用过其他一些 比如 drive rdf .net 和 EulerSharp 和Jena.net 不过觉得不太好用,用过这些的朋友们也请交换点意见如何?

TOP

en.wikipedia.org国内访问不了,可能资料还要贴出来一下。
为了理想,我选择过放弃!同样为了理想,我选择坚持!天将降大任于斯人也!必将苦其心志,劳其筋骨,饿其体肤,空乏其身,行弗乱其所为,所以动心忍性,增益其所不能!

TOP

选咖啡,选拿铁.少喝咖啡,多办事

TOP

RDF 数据库,免费下载。http://www.franz.com/products/allegrograph/
选咖啡,选拿铁.少喝咖啡,多办事

TOP

发新话题