-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
ns.html
388 lines (331 loc) · 13.8 KB
/
ns.html
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:rddl="http://www.rddl.org/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:cc="http://creativecommons.org/ns#"
xml:lang="en-US" lang="en-US">
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Describing Copyright in RDF - Creative Commons Rights Expression Language</title>
<base href="http://creativecommons.org/ns" />
<link rel="stylesheet" type="text/css"
href="/includes/bootstrap.min.css" />
<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="//creativecommons.org/wp-content/themes/cc4/style-ie.css" />
<![endif]-->
</head>
<body>
<div class="container">
<h1><a href="/"><img src="https://creativecommons.org/images/logo_trademark_250.png" alt="Creative Commons" id="cc-title" border="0"/></a></h1>
<div id="body">
<div id="content">
<div id="main-content">
<div class="block" id="title">
<h2>Describing Copyright in RDF</h2>
<h3>Creative Commons Rights Expression Language</h3>
</div>
<div class="block page">
<p>The Creative Commons Rights Expression Language (CC
REL) lets you describe copyright licenses in RDF.
For more information on describing licenses in RDF
and attaching those descriptions to digital works,
see <a href="//wiki.creativecommons.org/CC_REL">CC
REL</a> in
the <a href="//wiki.creativecommons.org/">Creative
Commons wiki</a>.
</p>
<h2>Classes</h2>
<div id="Work" about="#Work"
typeof="rdfs:Class">
<h4 property="rdfs:label">Work</h4>
<span property="rdfs:comment">a potentially
copyrightable work</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Work"></span>
</div>
<div id="License" about="#License"
typeof="rdfs:Class">
<h4 property="rdfs:label">License</h4>
<span property="rdfs:comment">a set of
requests/permissions to users of a Work, e.g. a
copyright license, the public domain, information
for distributors</span>
<span rel="rdfs:subClassOf"
resource="http://purl.org/dc/terms/LicenseDocument"></span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/License"></span>
</div>
<div id="Jurisdiction" about="#Jurisdiction"
typeof="rdfs:Class">
<h4 property="rdfs:label">Jurisdiction</h4>
<span property="rdfs:comment">the legal jurisdiction
of a license</span>
</div>
<div id="Permission" about="#Permission"
typeof="rdfs:Class">
<h4 property="rdfs:label">Permission</h4>
<span property="rdfs:comment">an action that may or
may not be allowed or desired</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Permission"></span>
</div>
<div id="Requirement" about="#Requirement"
typeof="rdfs:Class">
<h4 property="rdfs:label">Requirement</h4>
<span property="rdfs:comment">an action that may or
may not be requested of you</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Requirement"></span>
</div>
<div id="Prohibition" about="#Prohibition"
typeof="rdfs:Class">
<h4 property="rdfs:label">Prohibition</h4>
<span property="rdfs:comment">something you may be
asked not to do</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Prohibition"></span>
</div>
<h2>Permissions</h2>
<div id="Reproduction" about="#Reproduction"
typeof="cc:Permission">
<h4 property="rdfs:label">Reproduction</h4>
<span property="rdfs:comment">making multiple
copies</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Reproduction"></span>
</div>
<div id="Distribution" about="#Distribution"
typeof="cc:Permission">
<h4 property="rdfs:label">Distribution</h4>
<span property="rdfs:comment">distribution, public
display, and publicly performance</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Distribution"></span>
</div>
<div id="DerivativeWorks" about="#DerivativeWorks"
typeof="cc:Permission">
<h4 property="rdfs:label">Derivative Works</h4>
<span property="rdfs:comment">distribution of
derivative works</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/DerivativeWorks"></span>
</div>
<div id="Sharing" about="#Sharing"
typeof="cc:Permission">
<h4 property="rdfs:label">Sharing</h4>
<span property="rdfs:comment">permits commercial
derivatives, but only non-commercial
distribution</span>
</div>
<h2>Requirements</h2>
<div id="Notice" about="#Notice"
typeof="cc:Requirement">
<h4 property="rdfs:label">Notice</h4>
<span property="rdfs:comment">copyright and license
notices be kept intact</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Notice"></span>
</div>
<div id="Attribution" about="#Attribution"
typeof="cc:Requirement">
<h4 property="rdfs:label">Attribution</h4>
<span property="rdfs:comment">credit be given to
copyright holder and/or author</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/Attribution"></span>
</div>
<div id="ShareAlike" about="#ShareAlike"
typeof="cc:Requirement">
<h4 property="rdfs:label">Share Alike</h4>
<span property="rdfs:comment">derivative works be
licensed under the same terms or compatible terms
as the original work</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/ShareAlike"></span>
</div>
<div id="SourceCode" about="#SourceCode"
typeof="cc:Requirement">
<h4 property="rdfs:label">Source Code</h4>
<span property="rdfs:comment">source code (the
preferred form for making modifications) must be
provided when exercising some rights granted by
the license.</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/SourceCode"></span>
</div>
<div id="Copyleft" about="#Copyleft"
typeof="cc:Requirement">
<h4 property="rdfs:label">Copyleft</h4>
<span property="rdfs:comment">derivative and
combined works must be licensed under specified
terms, similar to those on the original
work</span>
</div>
<div id="LesserCopyleft" about="#LesserCopyleft"
typeof="cc:Requirement">
<h4 property="rdfs:label">Lesser Copyleft</h4>
<span property="rdfs:comment">derivative works must
be licensed under specified terms, with at least
the same conditions as the original work;
combinations with the work may be licensed under
different terms</span>
</div>
<h2>Prohibitions</h2>
<div id="CommercialUse" about="#CommercialUse"
typeof="cc:Prohibition">
<h4 property="rdfs:label">Commercial Use</h4>
<span property="rdfs:comment">exercising rights for
commercial purposes</span>
<span rev="owl:equivalentClass"
resource="http://web.resource.org/cc/CommercialUse"></span>
</div>
<div id="HighIncomeNationUse" about="#HighIncomeNationUse"
typeof="cc:Prohibition">
<h4 property="rdfs:label">High Income Nation Use</h4>
<span property="rdfs:comment">use in a
non-developing country</span>
</div>
<h2>License Properties</h2>
<div id="permits" about="#permits"
typeof="rdf:Property">
<h4>cc:permits</h4> A
<a rel="rdfs:domain" href="#License">License</a>
<span property="rdfs:label">permits</span>
a <a rel="rdfs:range"
href="#Permission">Permission</a>.
<span rev="owl:equivalentProperty"
resource="http://web.resource.org/cc/permits"></span>
</div>
<div id="requires" about="#requires"
typeof="rdf:Property">
<h4>cc:requires</h4> A
<a rel="rdfs:domain" href="#License">License</a>
<span property="rdfs:label">requires</span>
a <a rel="rdfs:range"
href="#Requirement">Requirement</a>.
<span rev="owl:equivalentProperty"
resource="http://web.resource.org/cc/requires"></span>
</div>
<div id="prohibits" about="#prohibits"
typeof="rdf:Property">
<h4>cc:prohibits</h4> A
<a rel="rdfs:domain" href="#License">License</a>
<span property="rdfs:label">prohibits</span>
a <a rel="rdfs:range"
href="#Prohibition">Prohibition</a>.
<span rev="owl:equivalentProperty"
resource="http://web.resource.org/cc/prohibits"></span>
</div>
<div id="jurisdiction" about="#jurisdiction"
typeof="rdf:Property">
<h4>cc:jurisdiction</h4> A
<a rel="rdfs:domain" href="#License">License</a> may
have
a <span property="rdfs:label">jurisdiction</span>,
as defined by <a rel="rdfs:range"
href="#Jurisdiction">Jurisdictions</a>.
</div>
<div id="legalcode" about="#legalcode"
typeof="rdf:Property">
<h4>cc:legalcode</h4> The <a rel="rdfs:range"
href="http://www.w3.org/2000/01/rdf-schema#Resource">
URL</a> of the legal text of a <a rel="rdfs:domain"
href="#License">License</a>.
</div>
<div id="deprecatedOn" about="#deprecatedOn"
typeof="rdf:Property">
<h4>cc:deprecatedOn</h4> A <a rel="rdfs:domain"
href="#License">License</a> may be deprecated;
provides the <a rel="rdfs:range"
href="http://www.w3.org/2001/XMLSchema-datatypes#date">date</a> <span property="rdfs:label">deprecated
on</span>.
</div>
<h2>Work Properties</h2>
<div id="license" about="#license"
typeof="rdf:Property">
<h4>cc:license</h4> A <a rel="rdfs:domain"
href="#Work">Work</a> <span property="rdfs:label">has
license</span> a <a rel="rdfs:range"
href="#License">License</a>. <br />
(a <a rel="rdfs:subPropertyOf"
href="http://purl.org/dc/terms/license">subproperty
of dc:license</a>, <a rel="owl:sameAs"
href="http://www.w3.org/1999/xhtml/vocab#license">the
same as xhtml:license</a>)
<span rev="owl:equivalentProperty"
resource="http://web.resource.org/cc/license"></span>
</div>
<div id="morePermissions" about="#morePermissions"
typeof="rdf:Property">
<h4>cc:morePermissions</h4> A
<span rel="rdfs:subPropertyOf"
resource="http://purl.org/dc/terms/relation">related</span>
<span rel="rdfs:range"
resource="http://www.w3.org/2000/01/rdf-schema#Resource">resource</span>
which describes additional permissions or
alternative licenses for a
<a rel="rdfs:domain" href="#Work">Work</a> which may
be available.
</div>
<div id="attributionName" about="#attributionName"
typeof="rdf:Property">
<h4>cc:attributionName</h4>
The <span rel="rdfs:range"
resource="http://www.w3.org/2000/01/rdf-schema#Literal">name
the creator</span> of a <a rel="rdfs:domain"
href="#Work">Work</a> would like used when
attributing re-use.
</div>
<div id="attributionURL" about="#attributionURL"
typeof="rdf:Property">
<h4>cc:attributionURL</h4> The <a rel="rdfs:range"
href="http://www.w3.org/2000/01/rdf-schema#Resource">
URL</a> the creator of a <a rel="rdfs:domain"
href="#Work">Work</a> would like used when
attributing re-use.
</div>
<div id="useGuidelines" about="#useGuidelines"
typeof="rdf:Property">
<h4>cc:useGuidelines</h4>
A <span rel="rdfs:subPropertyOf"
resource="http://purl.org/dc/terms/relation">related</span>
<span rel="rdfs:range"
resource="http://www.w3.org/2000/01/rdf-schema#Resource">resource</span>
which defines non-binding use guidelines for the
<a rel="rdfs:domain" href="#Work">work</a>.
</div>
<br /><br />
<rddl:resource
xlink:href="http://web.resource.org/cc/schema.rdf"
xlink:title="Creative Commons RDF Metadata Schema"
xlink:role="http://www.w3.org/2000/01/rdf-schema#">
<p>RDF users might be interested in our
machine-readable <a href="schema.rdf">RDF
Schema</a>. A copy is also embedded in this
document.</p>
</rddl:resource>
<ul>
<li><a href="//wiki.creativecommons.org/Developers">Developers</a></li>
</ul>
<p class="box">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img src="//i.creativecommons.org/l/by/4.0/88x31.png" alt="Creative Commons License" style="border: medium none ;" height="31" width="88" />
</a>
Except where otherwise <a class="subfoot"
href="/policies#license">noted</a>, content on this site is licensed
under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/"
class="subfoot">Creative Commons Attribution 4.0 International license</a>
</p></div>
</div>
</div>
</div>
</div>
<script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2010376-1"; urchinTracker();</script>
</body>
</html>