当前位置:网站首页>Ontology development diary 04 - to try to understand some aspects of protege
Ontology development diary 04 - to try to understand some aspects of protege
2022-08-09 09:28:00 【"Cancelled"】
First understand the picture below!Originally, I wrote that I thought I was fooling it and it was over!It turns out that the Semantic Web needs to add an attribute to the relationship, and I'm very upset!In particular, you need to understand what the following things do!So, I plan to record this process!Q_q
Here is the source file address:
http://www.w3.org/2002/07/owl/owl#backwardCompatibleWith
http://www.w3.org/2000/01/rdf-schema#comment
However, twoNo addresses are available!
If you don't understand, look for information first!
https://www.w3school.com.cn/rdf/rdf_owl.asp
https://www.w3.org/2001/sw/wiki/OWL
All are unavailable!
http://en.transwiki.org/cn/rdfprimer.htm
I don't understand this!Read the book!
(First Book) OWL is an RDF language developed by W3C.
owl:DatatypeProperty All classes with properties of literal scope.
owl:ObjectProperty All classes that have owl:Class instance-scoped properties.
(Second Book) RDF Vocabulary: Terms such as rdfs:label, rdfs:comment, rdfs:seeAlso are defined in the RDF Schema Vocabulary.
https://www.w3.org/2000/01/rdf-schema#
So I decided to translate the tutorial below!
Chapter 7.4!kindness!Sharpening knives does not cut firewood by mistake!!!Hope it goes well in the future!Graduation successfully!!!!
边栏推荐
猜你喜欢
随机推荐
有返回值的函数
A first look at the code to start, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, the first time to run the golang program EP01
这12个GIS软件一个比一个好用
unix环境编程学习-多线程
软件测试面试常见问题及答案(发散思维、接口、性能、概念、)
2.字节流
接口测试的基础流程和用例设计方法你知道吗?
本体开发日记02-sparql简单查询
MySQL Leak Detection and Filling (3) Calculated Fields
5.Set接口与实现类
Another implementation of lateral view explode
"The camera can't be used" + win8.1 + DELL + external camera + USB drive-free solution
可以写进简历的软件测试项目实战经验(包含电商、银行、app等)
Flutter的基础知识之Dart语法
如何用数组实现环形队列
Redis Basics
TestNG使用教程详解
类 对象 属性 方法 类的成员
static_assert报错为什么?
8.递归遍历和删除案例