NOTE-CCPP-struct-vocab2-20100629
3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Composite Capability/Preference Profiles (CC/PP): Structure and
Vocabularies 2.0</title>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE"/>
</head>
<body>
<div class="head">
<a href="http://www.w3.org/"><img height="48" width="72"
alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
<h1>Composite Capability/Preference Profiles (CC/PP): Structure and
Vocabularies 2.0</h1>
<h2 >W3C Working Group Note 29 June 2010</h2>
<dl>
<dt>This version:</dt>
<dd><a href="http://www.w3.org/TR/2010/NOTE-CCPP-struct-vocab2-20100629">http://www.w3.org/TR/2010/NOTE-CCPP-struct-vocab2-20100629</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/TR/CCPP-struct-vocab2/">http://www.w3.org/TR/CCPP-struct-vocab2/</a></dd>
<dt>Previous version:</dt>
<dd><a
href="http://www.w3.org/TR/2007/WD-CCPP-struct-vocab2-20070430">http://www.w3.org/TR/2007/WD-CCPP-struct-vocab2-20070430</a></dd>
<dt>Editor:</dt>
<dd>Cédric Kiss, W3C</dd>
</dl>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
<hr title="Separator for header" />
</div>
<h2 id="abstract">Abstract</h2>
<p>This document describes CC/PP (Composite Capabilities/Preference Profiles)
Structure and Vocabularies 2.0. A CC/PP profile is a description of device
capabilities and user preferences. This is often referred to as a device's
delivery context and can be used to guide the adaptation of content presented
to that device.</p>
<p>The Resource Description Framework (RDF) is used to create profiles that
describe user agent capabilities and preferences. The structure of a profile
is discussed. Topics include:</p>
<ul>
<li>structure of client capability and preference descriptions, AND</li>
<li>use of RDF classes to distinguish different elements of a profile, so
that a schema-aware RDF processor can handle CC/PP profiles embedded in
other XML document types.</li>
</ul>
<p>Version 2.0 of CC/PP ensures its alignment with the latest version of RDF.</p>
<p>CC/PP vocabulary uses identifiers (URIs) to refer to specific
capabilities and preferences, and covers:</p>
<ul>
<li>the types of values to which CC/PP attributes may refer,</li>
<li>an appendix describing how to introduce new vocabularies,</li>
<li>an appendix giving an example small client vocabulary covering print
and display capabilities, and</li>
<li>an appendix providing a survey of existing work from which new
vocabularies may be derived.</li>
</ul>
<h2 id="DocumentStatus">Status of this document</h2>
<p>This document has been <strong>discontinued</strong> as part of the closure the <a href="http://www.w3.org/2007/uwa/">Ubiquitous Web Applications Working Group</a>.</p>
</body>
</html>