网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: RDF :: RDF 参考

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

RDF
RDF 介绍
RDF 规则
RDF 实例
RDF 元素
RDF 容器
RDF 集合
RDF Schema
RDF 都柏林核心
RDF 参考
RDF OWL

RDF 参考


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-29 浏览:1674 :: ::

The RDF Namespaces
RDF名称空间

The RDF namespace (xmlns:rdf) is:
RDF名称空间(namespace)(xmlns:rdf)是:

http://www.w3.org/1999/02/22-rdf-syntax-ns#

The RDFS namespace (xmlns:rdfs ) is:
RDFS名称空间(xmlns:rdfs)是:

http://www.w3.org/2000/01/rdf-schema#


The RDF Extension and Mime Type
RDF扩展名和Mime类型

The recommended extension for RDF files is *.rdf. However, the extension *.xml is often used to provide compatibility with older xml parsers.
RDF文件的推荐扩展名是“*.rdf.”。但是,用扩展名“*.xml”常可以使文件和老版本的XML解析器兼容

The registered mime type should be "application/rdf+xml".
已注册的mime类型应该是"application/rdf+xml".


RDFS / RDF Classes
RDFS / RDF类

Element元素 Class of类 Subclass of子类
rdfs:Class All classes所有类  
     
rdfs:Datatype Data types数据类型 Class类
rdfs:Resource All resources所有资 Class类
     
rdfs:Container Containers容器 Resource资源
rdfs:Literal Literal values (text and numbers)文字值(文本和数字值) Resource资源
     
rdf:List Lists列表 Resource资源
rdf:Property Properties性质 Resource资源
rdf:Statement Statements称述 Resource资源
     
rdf:Alt Containers of alternatives选择值的容器 Container容器
rdf:Bag Unordered containers无序容器 Container容器
rdf:Seq Ordered containers有序容器 Container容器
     
rdfs:ContainerMembershipProperty Container membership properties容器“子句”
”性质
Property性质
rdf:XMLLiteral XML literal values       XML文字值 Literal文字的


RDFS / RDF Properties
RDFS / RDF性质

Element元素 Domain领域 Range幅度范围 Description描述
rdfs:domain Property性质 Class类 The domain of the resource资源的领域范围
rdfs:range Property性质 Class类 The range of the resource资源的范围
rdfs:subPropertyOf Property性质 Property性质 The property is a sub property of a property一种属性的子属性
       
rdfs:subClassOf Class类 Class类 The resource is a subclass of a class资源是一个类的子类
rdfs:comment Resource资源 Literal文字的 The human readable description of the resource可供人阅读的资源描述
rdfs:label Resource资源 Literal文字的 The human readable label (name)  of the resource可供人阅读的资源标签(名称)
rdfs:isDefinedBy Resource资源 Resource资源 The definition of the resource资源的定义
rdfs:seeAlso Resource资源 Resource资源 The additional information about the resource有关资源的额外信息
rdfs:member Resource资源 Resource资源 The member of the resource资源的组成
       
rdf:first List列表 Resource资源  
rdf:rest List列表 List列表  
rdf:subject Statement称述 Resource资源 The subject of the resource in an RDF Statement一段RDF称述中资源的主语
rdf:predicate Statement称述 Resource资源 The predicate of the resource in an RDF Statement一段RDF称述中资源的谓语
rdf:object Statement 称述 Resource资源 The object of the resource in an RDF Statement一段RDF称述中资源的宾语
rdf:value Resource资源 Resource资源 The property used for values用于值的性质
rdf:type Resource资源 Class类 The resource is an instance of a class资源实例是一个类


RDF Attributes
RDF属性

Element元素 Domain领域 Range范围幅度 Description描述
       
rdf:about     Defines the resource being described定义了要被描述的资源
rdf:Description     Container for the description of a resource资源描述的容器
rdf:resource     Defines a resource to identify a property定义了识别性质的资源
rdf:datatype     Defines the data type of an element定义了一个元素的数据类型
rdf:ID     Defines the ID of an element定义了一个元素的ID
rdf:li     Defines a list定义了一个列表
rdf:_n     Defines a node定义了一个节点
rdf:nodeID     Defines the ID of an element node定义了一个元素节点的ID
rdf:parseType     Defines how an element should be parsed定义了一个元素怎样被解析
rdf:RDF     The root of an RDF document一份RDF文档的根目录
xml:base     Defines the XML base定义了XML基础
xml:lang     Defines the language of the element content定义了元素内容的语言
       
rdf:aboutEach     (removed)(已删除)
rdf:aboutEachPrefix     (removed)(已删除)
rdf:bagID     (removed)(已删除)

Elements described as (removed) are removed from the latest RDF standard.
描述为“(已删除)”的元素已经从最近的RDF标准里删除了。

评论 (0) All