From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/rdf/index.html | 82 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 files/zh-cn/web/rdf/index.html (limited to 'files/zh-cn/web/rdf') diff --git a/files/zh-cn/web/rdf/index.html b/files/zh-cn/web/rdf/index.html new file mode 100644 index 0000000000..df76c59ae3 --- /dev/null +++ b/files/zh-cn/web/rdf/index.html @@ -0,0 +1,82 @@ +--- +title: RDF +slug: Web/RDF +tags: + - RDF +translation_of: Archive/Web/RDF +--- +

 

+
+

资源说明框架(RDF) 是一个元数据模型规范,常用来实现XML应用。该规范由万维网联盟(W3C).

+

RDF元数据模型想把外观中的资源建立声明,该声明是一个主题-断言-对象的表达,在RDF术语中被称为triple。这个主题是一个被描述的资源。描述的是该资源的特征或外观,并常表现为这个主题和对象之间的一个关系。而这个对象是某个关系对象或是某个特征的值。 {{ Ref("one") }}

+
+ + + + + + + +
+

文档

+
+
+ Mozilla RDF 引擎指导
+
+ This presentation shows new developments in the Mozilla RDF engine. These include plans to expose the RDF API to public web content, as well as performance and correctness improvements.
+
+
+
+ RDF是什么
+
+ Tim Bray's introduction to the Resource Description Framework, at XML.com.
+
+
+
+ RDF 问题集
+
+ Frequently asked questions about the Resource Description Framework in Mozilla.
+
+
+
+ RDF 简介
+
+ A quick introduction to the Resource Description Framework.
+
+
+
+ RDF 数据源 How-To
+
+ A cookbook-style document describing how to create a native, client-side datasource that works with Mozilla's RDF implementation.
+
+
+
+ 收集 In-Memory 数据源
+
+ Using the XPCOM aggregation with the in-memory datasource.
+
+

View All...

+
+

社区

+
    +
  • 到 Mozilla 论坛...
  • +
+

{{ DiscussionList("dev-tech-rdf", "mozilla.dev.tech.rdf") }}

+ +

工具

+ +

相关主题

+
+
+ XML
+
+
+

Categories

+

Interwiki Language Links

+

 

+

{{ languages( { "en": "en/RDF", "de": "de/RDF", "es": "es/RDF", "fr": "fr/RDF", "it": "it/RDF", "ja": "ja/RDF", "ko": "ko/RDF", "pl": "pl/RDF", "pt": "pt/RDF", "ru": "ru/RDF" } ) }}

-- cgit v1.2.3-54-g00ecf