Skip to content

Commit 94a2dfa

Browse files
author
Evan Prodromou
committed
Add vcard: prefix to context document; closes #459
1 parent 9821277 commit 94a2dfa

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

ns/activitystreams.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"xsd": "http://www.w3.org/2001/XMLSchema#",
55
"as": "https://www.w3.org/ns/activitystreams#",
66
"ldp": "http://www.w3.org/ns/ldp#",
7+
"vcard": "http://www.w3.org/2006/vcard/ns#",
78
"id": "@id",
89
"type": "@type",
910
"Accept": "as:Accept",

ns/index.html

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html><html dir="ltr" typeof="bibo:Document " prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54# as: https://www.w3.org/ns/activitystreams#" lang="en"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 20.7.1"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="dc:language" content="en" lang="">
22
<title>ActivityStreams 2.0 Terms</title>
3-
4-
5-
3+
4+
5+
66
<style>/*****************************************************************
77
* ReSpec 3 CSS
88
* Robin Berjon - http://berjon.com/
@@ -152,7 +152,7 @@
152152
}
153153
</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-FPWD"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
154154

155-
155+
156156
<style id="respec-mainstyle">/*****************************************************************
157157
* ReSpec 3 CSS
158158
* Robin Berjon - http://berjon.com/
@@ -389,39 +389,39 @@
389389
<img alt="W3C" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72" height="48">
390390
</a>
391391
<h1 id="title" class="title p-name">ActivityStreams 2.0 Terms</h1>
392-
392+
393393
<h2 id="w3c-document-13-april-2018"><abbr title="World Wide Web Consortium">W3C</abbr> Document <time class="dt-published" datetime="2018-04-13">13 April 2018</time></h2>
394394
<dl>
395-
395+
396396
<dt>Latest editor's draft:</dt><dd><a href="https://rhiaro.github.io/as-ns">https://rhiaro.github.io/as-ns</a></dd>
397-
398-
399-
400-
401-
402-
397+
398+
399+
400+
401+
402+
403403
<dt>Editor:</dt>
404404
<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="https://rhiaro.co.uk/">Amy Guy</a> (<a class="p-org org h-org h-card" href="https://w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>)</dd>
405-
406-
405+
406+
407407
<dt>Source:</dt><dd>
408408
<a href="https://github.com/rhiaro/as-ns">Repository on Github.</a>
409409
</dd><dd>
410410
<a href="https://github.com/w3c/activitystreams/issues">Issues</a>
411411
</dd>
412412
</dl>
413-
414-
415-
413+
414+
415+
416416
<p class="copyright">
417417
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
418418
2018
419-
419+
420420
<a href="https://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
421421
(<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
422422
<a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
423423
<a href="https://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>).
424-
424+
425425
<abbr title="World Wide Web Consortium">W3C</abbr> <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
426426
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
427427
<a rel="license" href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">permissive document license</a>
@@ -450,6 +450,8 @@ <h2 id="w3c-document-13-april-2018"><abbr title="World Wide Web Consortium">W3C<
450450
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
451451
<dt><code>ldp</code>:</dt>
452452
<dd><code>http://www.w3.org/ns/ldp#</code></dd>
453+
<dt><code>vcard</code>:</dt>
454+
<dd><code>http://www.w3.org/2006/vcard/ns#</code></dd>
453455
</dl>
454456
</section>
455457

@@ -485,7 +487,7 @@ <h2 id="objects">Objects</h2>
485487
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-service" id="Service">Service</a> </li>
486488
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-tombstone" id="Tombstone">Tombstone</a> </li>
487489
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-video" id="Video">Video</a> </li>
488-
490+
489491
</ul>
490492
<h2 id="activities">Activities</h2>
491493
<ul>
@@ -516,7 +518,7 @@ <h2 id="activities">Activities</h2>
516518
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-undo" id="Undo">Undo</a> </li>
517519
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-update" id="Update">Update</a> </li>
518520
<li><a href="https://www.w3.org/TR/activitystreams-vocabulary#dfn-view" id="View">View</a> </li>
519-
521+
520522
</ul>
521523
<h3 id="links-and-relationships">Links and Relationships</h3>
522524
<ul>
@@ -641,7 +643,7 @@ <h3 id="x4-1-activitypub"><span class="secno">4.1 </span>ActivityPub</h3>
641643

642644
</section>
643645

644-
646+
645647

646648
<style type="text/css">
647649
/* loading */
@@ -682,4 +684,4 @@ <h3 id="x4-1-activitypub"><span class="secno">4.1 </span>ActivityPub</h3>
682684
</style><section id="references" class="appendix"><!--OddPage--><h2 id="a-references"><span class="secno">A. </span>References</h2><section id="normative-references"><h3 id="a-1-normative-references"><span class="secno">A.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-ActivityPub">[ActivityPub]</dt><dd><a href="https://www.w3.org/TR/activitypub/"><cite>ActivityPub</cite></a>. Christopher Webber; Jessica Tallon. W3C. 23 January 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/activitypub/">https://www.w3.org/TR/activitypub/</a>
683685
</dd><dt id="bib-ActivityStreams">[ActivityStreams]</dt><dd><a href="https://w3.org/TR/activitystreams-core"><cite>ActivityStreams 2.0</cite></a>. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: <a href="https://w3.org/TR/activitystreams-core">https://w3.org/TR/activitystreams-core</a>
684686
</dd><dt id="bib-ActivityStreamsVocab">[ActivityStreamsVocab]</dt><dd><a href="https://w3.org/TR/activitystreams-vocabulary"><cite>ActivityStreams 2.0 Vocabulary</cite></a>. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: <a href="https://w3.org/TR/activitystreams-vocabulary">https://w3.org/TR/activitystreams-vocabulary</a>
685-
</dd></dl></section></section><p role="navigation" id="back-to-top"><a href="#title"><abbr title="Back to Top"></abbr></a></p><script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script></body></html>
687+
</dd></dl></section></section><p role="navigation" id="back-to-top"><a href="#title"><abbr title="Back to Top"></abbr></a></p><script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script></body></html>

0 commit comments

Comments
 (0)