当前位置:网站首页>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.
边栏推荐
- 本体开发日记03-排错进行时
- 网络安全入门基础:IP地址
- 自动化测试框架有哪几种?搭建的思路是什么?一篇文章让你彻底了解自动化
- HD Satellite Map Browser
- MySQL查漏补缺(三) 计算字段
- What does the test plan include?What is the purpose and meaning?
- 使用Protege4和CO-ODE工具构建OWL本体的实用指南-1.3版本(7.4 Annotation Properties-注释属性)
- Consolidation of Questionnaire Questions and Answers
- 软件测试面试思路技巧和方法分享,学到就是赚到
- MySQL lock
猜你喜欢
随机推荐
性能测试的基本概念是什么?做好性能测试需要掌握哪些知识?
Summary of steps and methods for installing and uninstalling test cases that you must read
测试用例的原则、缺陷报告怎么写你都知道吗?
游戏测试的概念是什么?测试方法和流程有哪些?
Web请求原理
软件测试面试题目:请你列举几个物品的测试方法怎么说?
Consolidation of Questionnaire Questions and Answers
问卷问题和答案的合并
"The camera can't be used" + win8.1 + DELL + external camera + USB drive-free solution
【Harmony OS】【ArkUI】ets开发 简易视频播放器
TypeScript Brief (1)
通用的测试用例编写大全(登录测试/web测试等)
lateral view explode的另一种实现方式
Do you know the principles of test cases and how to write defect reports?
unix环境编程学习-多线程
AES/ECB/PKCS5Padding加解密
MySQL event_single event_timed loop event
接口测试的概念、目的、流程、测试方法有哪些?
div模拟textarea文本框,输入文字高度自适应,且实现字数统计和限制
你一定要看的安装及卸载测试用例的步骤及方法总结