Skip to content

Commit ff2c091

Browse files
committed
Fix document-relative URIs in ns.rdf that affect the generated RDF. This includes term definitions for CC as well as references to other vocabularies, where the URI scheme was mistakenly removed.
1 parent 728429a commit ff2c091

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

legacy/rdf-meta/ns.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<title>Describing Copyright in RDF - Creative Commons Rights Expression Language</title>
1717

18-
<base href="https://creativecommons.org/ns" />
18+
<base href="http://creativecommons.org/ns" />
1919

2020
<link rel="stylesheet" type="text/css"
2121
href="/includes/bootstrap.min.css" />
@@ -271,7 +271,7 @@ <h4>cc:jurisdiction</h4> A
271271
<div id="legalcode" about="#legalcode"
272272
typeof="rdf:Property">
273273
<h4>cc:legalcode</h4> The <a rel="rdfs:range"
274-
href="//www.w3.org/2000/01/rdf-schema#Resource">
274+
href="http://www.w3.org/2000/01/rdf-schema#Resource">
275275
URL</a> of the legal text of a <a rel="rdfs:domain"
276276
href="#License">License</a>.
277277
</div>
@@ -281,7 +281,7 @@ <h4>cc:legalcode</h4> The <a rel="rdfs:range"
281281
<h4>cc:deprecatedOn</h4> A <a rel="rdfs:domain"
282282
href="#License">License</a> may be deprecated;
283283
provides the <a rel="rdfs:range"
284-
href="//www.w3.org/2001/XMLSchema-datatypes#date">date</a> <span property="rdfs:label">deprecated
284+
href="http://www.w3.org/2001/XMLSchema-datatypes#date">date</a> <span property="rdfs:label">deprecated
285285
on</span>.
286286
</div>
287287

@@ -295,9 +295,9 @@ <h4>cc:license</h4> A <a rel="rdfs:domain"
295295
license</span> a <a rel="rdfs:range"
296296
href="#License">License</a>. <br />
297297
(a <a rel="rdfs:subPropertyOf"
298-
href="//purl.org/dc/terms/license">subproperty
298+
href="http://purl.org/dc/terms/license">subproperty
299299
of dc:license</a>, <a rel="owl:sameAs"
300-
href="//www.w3.org/1999/xhtml/vocab#license">the
300+
href="http://www.w3.org/1999/xhtml/vocab#license">the
301301
same as xhtml:license</a>)
302302
<span rev="owl:equivalentProperty"
303303
resource="http://web.resource.org/cc/license"></span>
@@ -329,7 +329,7 @@ <h4>cc:attributionName</h4>
329329
<div id="attributionURL" about="#attributionURL"
330330
typeof="rdf:Property">
331331
<h4>cc:attributionURL</h4> The <a rel="rdfs:range"
332-
href="//www.w3.org/2000/01/rdf-schema#Resource">
332+
href="http://www.w3.org/2000/01/rdf-schema#Resource">
333333
URL</a> the creator of a <a rel="rdfs:domain"
334334
href="#Work">Work</a> would like used when
335335
attributing re-use.
@@ -364,13 +364,13 @@ <h4>cc:useGuidelines</h4>
364364
</ul>
365365

366366
<p class="box">
367-
<a rel="license" href="//creativecommons.org/licenses/by/4.0/">
367+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
368368
<img src="//i.creativecommons.org/l/by/4.0/88x31.png" alt="Creative Commons License" style="border: medium none ;" height="31" width="88" />
369369
</a>
370370
Except where otherwise <a class="subfoot"
371371
href="/policies#license">noted</a>, content on this site is licensed
372372
under a <a rel="license"
373-
href="//creativecommons.org/licenses/by/4.0/"
373+
href="http://creativecommons.org/licenses/by/4.0/"
374374
class="subfoot">Creative Commons Attribution 4.0 International license</a>
375375
</p></div>
376376

0 commit comments

Comments
 (0)