当前位置:网站首页>A Practical Guide to Building OWL Ontologies using Protege4 and CO-ODE Tools - Version 1.3 (7.4 Annotation Properties - Annotation Properties)
A Practical Guide to Building OWL Ontologies using Protege4 and CO-ODE Tools - Version 1.3 (7.4 Annotation Properties - Annotation Properties)
2022-08-09 09:29:00 【"Cancelled"】
OWL allows classes, properties, entities and ontologies themselves (Technically - the ontology title) is annotated with various information/metadata.This information can take the form of auditing or redacted information.For example, comments, creation date, author, or references to resources such as web pages.
OWL-Full does not set any constraints on the use of annotation properties (original sentence: the uasge of annotation properties).However, OWL-DL does place some constraints on the use of annotation attributes.
I don't know if it refers to the one abovecontent!
The two most important restrictions are:
1. Annotation attributes must be filled with data literal, URI reference or individual
2. Annotation attributes cannot be used in property axioms (property axioms) - e.g. they cannot be used in hierarchical properties, so they cannot have subproperties, or be subproperties of other properties.They also cannot have domains and ranges.
OWL has five predefined annotation properties that can be used to annotate classes (including anonymous classes such as restrictions), property properties, and individual individuals.
1) owl:versionInfo:range is usually a string.
2) rdfs is also a string.This attribute can be used to add meaningful, human-readable names to ontology elements such as classes, attributes, and individuals, and can also be used to provide multilingual names for ontology elements.
3) rdfs:comment: is also a string.
4) rdfs:seeAlso: has a series of URIs that can be used to identify related resources.
5) rdfs:isDefinedBy: has a series of URI references that can be used to refer to the ontology that defines the ontology elements, such as classes, attributes and individuals.
For example: comment can provide comments.rdfs:label can provide alternative names.
There are also several annotation properties that can be used to annotate the ontology.An ontology annotation attribute has a series of URIs used to refer to another ontology.
owl:VersionInfo: Comment on the ontology.
owl:priorVersion: Identifies the previous version of the ontology..
owl:backwardsCompatibleWith: Identifies previous versions of the ontology that are compatible with the current ontology.This means that all identifiers in previous versions have the same intended meaning in the current version.Therefore, any ontology or application referencing the previous version can safely switch to referencing the new version.
owl:incompatibleWith: Identifies a previous version of the ontology that is incompatible with the current ontology.
To create annotation properties, use the appropriate annotation properties view in the following tabs: Active Ontology | Classes | Obkect Property | Datatype Property.This can be done via the create Annotation Property button on the Annotations Properties tab.
边栏推荐
- Ovie map computer terminal and mobile terminal can not be used, is there any alternative map tool
- Rights management model, ACL, RBAC and ABAC (steps)
- 接口性能测试方案设计方法有哪些?要怎么去写?
- 本体开发日记05-努力理解SWRL(Usage Suggestions)
- 软件测试面试题目:请你列举几个物品的测试方法怎么说?
- What does the test plan include?What is the purpose and meaning?
- 本体开发日记04-努力理解protege的某个方面
- 可以写进简历的软件测试项目实战经验(包含电商、银行、app等)
- 3.练习Thread
- MySQL Leak Detection and Filling (2) Sorting and Retrieval, Filtering Data, Fuzzy Query, Regular Expression
猜你喜欢
约瑟夫问题的学习心得
MySQL lock
白盒测试的概念、目的是什么?及主要方法有哪些?
软件测试面试题目:请你列举几个物品的测试方法怎么说?
lateral view explode的另一种实现方式
JMeter初探五-配置元件与参数化
软件测试面试思路技巧和方法分享,学到就是赚到
"The camera can't be used" + win8.1 + DELL + external camera + USB drive-free solution
The era of Google Maps is over, how to view high-definition satellite image maps?
本体开发日记02-sparql简单查询
随机推荐
Redis high availability
MySQL transaction isolation
全网最全的软件测试基础知识整理(新手入门必学)
这12个GIS软件一个比一个好用
WAVE SUMMIT 2022深度学习开发者峰会
web测试之功能测试常用的方法有哪几种?有什么要点要注意?
迭代
8.递归遍历和删除案例
Ontology Development Diary 01-Jena Configuration Environment Variables
运行flutter项目时遇到的问题修改flutter为国内镜像
【分布式事务】
软件测试流程包括哪些内容?测试方法有哪些?
【百日行动】炎炎夏日安全不松懈 消防培训“加满”安全知识“油”
map去重代码实现
These 12 GIS software are better than the other
4.字符流
Swap swap partition
MySQL lock
AES/ECB/PKCS5Padding加解密
关于链表的几道大厂面试题