1 Star 0 Fork 1

shangying92/WaterKnowledge

forked from 秦昀/WaterKnowledge 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
将三元组分成很多类型
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#主公> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://sanguo.com#忠臣> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
类型1   类名 type Class
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#刘备> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://sanguo.com#关羽> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
类型2   实例 type NameIndividual
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#刘备> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sanguo.com#主公> .
<http://sanguo.com#关羽> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sanguo.com#忠臣> .
类型3   实例 type  类名
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#兄弟> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
类型4   对象属性 type  ObjectProperty
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#刘备> <http://sanguo.com#兄弟> <http://sanguo.com#关羽> .
类型5   实例 对象属性 实例
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#身高> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
类型6   数据属性 type DatatypeProperty
--------------------------------------------------------------------------------------------------------------------
<http://sanguo.com#关羽> <http://sanguo.com#身高> "178" .
<http://sanguo.com#刘备> <http://sanguo.com#身高> "172" .
类型7   实例 数据属性 String
--------------------------------------------------------------------------------------------------------------------
<http://www.semanticweb.org#水土保持综合治理项目区> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.semanticweb.org#水土保持> .
类型8   类名 subClassOf 类名
--------------------------------------------------------------------------------------------------------------------

空文件

简介

构建的水环境领域知识图谱 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shangying92/WaterKnowledge.git
git@gitee.com:shangying92/WaterKnowledge.git
shangying92
WaterKnowledge
WaterKnowledge
master

搜索帮助