当前位置: 首页 > 网络学院 > XML相关教程 > RDF > RDF 规则
RDF uses Web identifiers (URIs) to identify resources.
RDF使用网页识别器(URIs)识别资源。
RDF describes resources with properties and property values.
RDF使用属性和属性值来描述资源。
RDF identifies things using Web identifiers (URIs), and describes resources with properties and property values.
RDF 使用 Web 标识符来标识事物,并通过属性和属性值来描述资源。
Explanation of Resource, Property, and Property value:
对资源、属性和属性值的解释:
The following RDF document could describe the resource :
下面的 RDF 文档可描述资源 "http://www.ruanchen.com/learn/view/doc/rdf_intro/":
<?xml version="1.0"?> <RDF> |
The example above is simplified. Namespaces are omitted.
提示:上面是一个简化的例子。命名空间被忽略了。
The combination of a Resource, a Property, and a Property value forms a Statement (known as the subject, predicate and object of a Statement).
资源、属性和属性值的组合可形成一个陈述(被称为陈述的主体、谓语和客体)。
Let's look at some example statements to get a better understanding:
请看一些陈述的具体例子,来加深理解:
Statement: "The author of http://www.ruanchen.com/tech/school/rdf is Jan Egil Refsnes".
称述:"The author of http://www.ruanchen.com/tech/school/rdf is Jan Egil Refsnes".
Statement: "The homepage of http://www.ruanchen.com/tech/school/rdf is http://www.ruanchen.com".
陈述:: "The homepage of http://www.ruanchen.com/tech/school/rdf is http://www.ruanchen.com".