Ontology Specification

阐释本体

Metadata

URI
http://dh.whu.edu.cn/heru#
Creator(s)
王晓光, 翁梦娟, 侯西龙, 雷珏莹
Rights
武汉大学数字人文研究中心
武汉大学文化遗产智能计算实验室
Paper
注疏文献的知识表示与语义化建模研究[J].中国图书馆学报(录用)
Ontology RDF

Table of Contents

  1. Classes
  2. Object Properties
  3. Datatype Properties
  4. Annotation Properties
  5. Namespaces
  6. Legend

Overview

背景

注疏文献是对典籍的阐释形成的衍生文本,不仅反映着注疏者对典籍文本的认知理解和自身的价值观念,也是后人理解、传承与传播经典思想与文化传统的重要基础。

目前对注疏的访问、阅读与研究还是以纸本或数字化的注疏文献为主,缺乏注疏文献与外部相关文献的关联、集成,为阅读理解与学术研究带来了诸多不变。具体表现为两个方面:

  • 同一典籍的注疏依旧分散在不同的纸质或电子文献中,不利于针对同一典籍的全部注疏的汇聚。虽然集注或集释类的文献可以缓解这一问题,但这类文献掺杂了作者的主观意图,部分注疏未被包含,由此导致这些注疏被后人忽略。
  • 纸质载体限制了注疏中的引用与被引文本间的瞬时可访问性,为文本的比对参照阅读与引用计量分析带来障碍。古人讲究通过旁征博引来提高注疏的可信性,这使得注疏中包含大量对其他注疏或经典的引用。受限于纸质载体,注疏中对其他文本的引用无法以“跨越包含”的形式呈现:这一方面造成了注疏中的引用与被引文本的内容差异,因为注疏中的引用不一定是对被引文本的完全复制;一方面使得体现文化传承脉络的引用关系没有那么显而易见。

设计方法与原则

在语义网和关联数据背景下,为实现单语篇语义结构化与跨语篇关联,我们采用七步法,以自上而下的方法构建表征注疏知识的本体:阐释本体。阐释本体旨在最大化还原注疏文献中的结构语义、建立与外部文献的关联(尤其是引用关系)。通过解构注疏知识,研究认为注疏及其与外部文献的关联分为四类知识单元:

  • 阐释单元:究其本质,注疏的形成是文本阐释实践的结果。由于知识结构和阐释方法的不同,针对同一文本的阐释,不同阐释者便会形成不同的注疏文本。由此注疏文本和被阐释的文本共同构成一个阐释单元。
  • 引用单元:注疏文本及其中包含的引用文本共同构成一个引用单元.
  • 出处单元:可分为两类:物理出处和原始来源。物理出处是指文本所在的物理实体文献,而原始来源则是文本首次形成时所在的文献。
  • 对齐单元:对齐单元包括两类:①被阐释的文本与原典文本的对齐;②注疏中的引用文本与被引用文献中文本的对齐。

本体简介

该本体包括8个类(4个一级类、4个二级类)和10个属性。阐释本体以直接复用其他本体中类或属性的形式复用了FOAF、BIBFRAME、CiTO、PROV、HiCO、Dublin Core等本体和元数据标准。本体的详细结构见图1。此外,本体支持以引用关系为桥梁,结合阐释结果与引用的创作者和原始来源,通过推理构建作者引用网络、引用句网络和古籍引用关系网络。原理图式见图2,具体SWRL规则见表1.

图 1 本体的详细结构

图 2 引用关系推理图式

表 1 引用关系推理SWRL规则

Classes

引文c

URI http://dh.whu.edu.cn/heru#Citation
Description

阐释结果中对其他文献中内容的引用

Super-classes heru:TextSegmentc
In range of cito:citesop

阐释对象c

URI http://dh.whu.edu.cn/heru#InterpretationObject
Description

注疏文献中被阐释(注或疏)的对象文本

Super-classes heru:TextSegmentc
In domain of heru:typeOfdp
heru:hasInterpretationop

阐释结果c

URI http://dh.whu.edu.cn/heru#InterpretationResult
Description

注或疏

Super-classes heru:TextSegmentc
In domain of heru:functionAsdp
cito:citesop
prov:startedTimedp
In range of heru:hasInterpretationop

典籍文本c

URI http://dh.whu.edu.cn/heru#OriginalText
Description

独立存在的原创性作品。如《论语》、《尚书》中的文本。

Super-classes heru:TextSegmentc

文本片段c

URI http://dh.whu.edu.cn/heru#TextSegment
Sub-classes heru:InterpretationResultc
heru:OriginalTextc
heru:Citationc
heru:InterpretationObjectc

实例c

URI http://id.loc.gov/ontologies/bibframe/Instance
Description

表征内容完全相同或基本相同的古籍,但这些古籍可能是不同版本

In range of bf:itemOfop

单件c

URI http://id.loc.gov/ontologies/bibframe/Item
Description

表征同一版本古籍的不同副本

In domain of bf:itemOfop
In range of http://purl.org/emmedi/hico/isExtractedFromop

c

URI http://xmlns.com/foaf/0.1/Person
Description

文本片段的创作者

In range of http://purl.org/dc/terms/creatorop

Object Properties

有阐释op

URI http://dh.whu.edu.cn/heru#hasInterpretation
Super-properties owl:topObjectProperty
Domain(s) heru:InterpretationObjectc
Range(s) heru:InterpretationResultc

是某实例的单件op

URI http://id.loc.gov/ontologies/bibframe/itemOf
Domain(s) bf:Itemc
Range(s) bf:Instancec

创作者是op

URI http://purl.org/dc/terms/creator
Domain(s) (heru:Citationc or heru:InterpretationObjectc or heru:InterpretationResultc or heru:OriginalTextc)
Range(s) foaf:Personc

抽取自op

URI http://purl.org/emmedi/hico/isExtractedFrom
Description 是指该内容是从某书中抽取得到的。
Domain(s) (heru:Citationc or heru:InterpretationObjectc or heru:InterpretationResultc or heru:OriginalTextc)
Range(s) bf:Itemc

引用了op

URI http://purl.org/spar/cito/cites
Domain(s) heru:InterpretationResultc
Range(s) heru:Citationc

等同于op

URI http://www.w3.org/2002/07/owl#sameAs
Domain(s) (heru:Citationc or heru:InterpretationObjectc)
Range(s) heru:Citationc heru:OriginalTextc

原始来源是op

URI http://www.w3.org/ns/prov#hadPrimarySource
Super-properties owl:topObjectProperty
Domain(s) (heru:Citationc or heru:InterpretationObjectc or heru:InterpretationResultc or heru:OriginalTextc)
Range(s) bf:Instancec bf:Itemc

Datatype Properties

功能是dp

URI http://dh.whu.edu.cn/heru#functionAs
Description 阐释结果发挥的功能
Domain(s) heru:InterpretationResultc
Range(s) xsd:stringc

体例是dp

URI http://dh.whu.edu.cn/heru#genreOf
Description 古籍或阐释结果的体例
Domain(s) (heru:InterpretationResultc or bf:Instancec or bf:Itemc)
Range(s) xsd:stringc

类型是dp

URI http://dh.whu.edu.cn/heru#typeOf
Description 阐释对象的文本类型
Domain(s) heru:InterpretationObjectc
Range(s) xsd:stringc

发生时间dp

URI http://www.w3.org/ns/prov#startedTime
Description 阐释结果的记录时间
Domain(s) heru:InterpretationResultc
Range(s) xsd:gYearc

Annotation Properties

rightsap

URI http://purl.org/dc/terms/rights

Named Individuals

Namespaces

bf
http://id.loc.gov/ontologies/bibframe/
cito
http://purl.org/spar/cito/
foaf
http://xmlns.com/foaf/0.1/
heru
http://dh.whu.edu.cn/heru#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
https://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
swrl
http://www.w3.org/2003/11/swrl#
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
fpFunctional Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals