protege

Ontology property definition in Protégé-OWL / SWRL

喜欢而已 提交于 2019-11-26 09:13:06
问题 I need to implement an OWL-ontology in Protégé, which contains a two classes: s1 and s2 , both are the instances of System class. These two classes are connected by the connection class s1_s2 , which contains property omega . This property has to take a value according to the following law: omega = 1 * s1.complete How can I implement it in Protégé, such way I could use it in SWRL-rule in the future? 回答1: In general, you'd start by defining the classes and the properties that you need: At this

语义网学习笔记(一)

喜夏-厌秋 提交于 2019-11-26 00:55:06
才开始写博客,已经学习了xml,lucene(意外),rdf,rdfs。 jena part 1.安装myeclipse。 下载版本10,使用的cracked2 一个破解软件。最开始需要先安装JDK 2. 在myeclipse中配置jena。 新建java项目jena,右键属性添加外部JAR文件,把jena lib中的jar文件全部选中,即配置成功 3.jena TDB存储+fuseki+pubby发布数据 待更新 owl part 使用protege软件,安装protege,安装racerpro推理器 转载于:https://www.cnblogs.com/solitarysloth/p/3418789.html 来源: https://blog.csdn.net/weixin_30567471/article/details/98743794