-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
85 lines (71 loc) · 7.19 KB
/
index.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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Linked Data Notifications (LDN) Tests</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="media/css/ldntests.css" media="all" rel="stylesheet" />
</head>
<body about="" prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs: http://www.w3.org/2000/01/rdf-schema# owl: http://www.w3.org/2002/07/owl# xsd: http://www.w3.org/2001/XMLSchema# dcterms: http://purl.org/dc/terms/ dctypes: http://purl.org/dc/dcmitype/ foaf: http://xmlns.com/foaf/0.1/ v: http://www.w3.org/2006/vcard/ns# pimspace: http://www.w3.org/ns/pim/space# cc: https://creativecommons.org/ns# skos: http://www.w3.org/2004/02/skos/core# prov: http://www.w3.org/ns/prov# qb: http://purl.org/linked-data/cube# schema: http://schema.org/ void: http://rdfs.org/ns/void# rsa: http://www.w3.org/ns/auth/rsa# cert: http://www.w3.org/ns/auth/cert# cal: http://www.w3.org/2002/12/cal/ical# wgs: http://www.w3.org/2003/01/geo/wgs84_pos# org: http://www.w3.org/ns/org# biblio: http://purl.org/net/biblio# bibo: http://purl.org/ontology/bibo/ book: http://purl.org/NET/book/vocab# ov: http://open.vocab.org/terms/ sioc: http://rdfs.org/sioc/ns# doap: http://usefulinc.com/ns/doap# dbr: http://dbpedia.org/resource/ dbp: http://dbpedia.org/property/ sio: http://semanticscience.org/resource/ opmw: http://www.opmw.org/ontology/ deo: http://purl.org/spar/deo/ doco: http://purl.org/spar/doco/ cito: http://purl.org/spar/cito/ fabio: http://purl.org/spar/fabio/ oa: http://www.w3.org/ns/oa# as: https://www.w3.org/ns/activitystreams# ldp: http://www.w3.org/ns/ldp# solid: http://www.w3.org/ns/solid/terms# acl: http://www.w3.org/ns/auth/acl# dio: https://w3id.org/dio# earl: https://www.w3.org/ns/earl#" typeof="schema:CreativeWork sioc:Post prov:Entity">
<main>
<article about="" typeof="schema:Article">
<h1 property="schema:name">Linked Data Notifications (LDN) Tests</h1>
<dl id="document-identifier">
<dt>Latest published version</dt>
<dd><a href="https://www.w3.org/TR/ldn/" rel="doap:implements">https://www.w3.org/TR/ldn/</a></dd>
<dt>Latest editor's draft</dt>
<dd><a href="https://linkedresearch.org/ldn/">https://linkedresearch.org/ldn/</a></dd>
</dl>
<dl id="document-test-suite">
<dt>Test suite</dt>
<dd><a href="https://linkedresearch.org/ldn/tests/">https://linkedresearch.org/ldn/tests/</a></dd>
</dl>
<dl id="document-implementation-reports">
<dt>Implementation reports</dt>
<dd><a href="summary">Summary</a></dd>
</dl>
<dl id="document-license">
<dt>License</dt>
<dd><a href="https://creativecommons.org/licenses/by/4.0/" rel="schema:license" title="Creative Commons Attribution 4.0 Unported">CC BY 4.0</a></dd>
</dl>
<dl id="document-published">
<dt>Published</dt>
<dd><time datatype="xsd:dateTime" datetime="2016-09-18T00:00:00Z" property="schema:dateModified">2016-09-18</time></dd>
</dl>
<dl id="document-modified">
<dt>Modified</dt>
<dd><time datatype="xsd:dateTime" datetime="2017-02-17T00:00:00Z" property="schema:dateModified">2017-02-17</time></dd>
</dl>
<dl id="document-repository">
<dt>Repository</dt>
<dd><a href="https://github.com/w3c/ldn">GitHub</a></dd>
<dd><a href="https://github.com/w3c/ldn/issues">Issues</a></dd>
</dl>
<dl id="document-status">
<dt>Status</dt>
<dd><a href="https://www.w3.org/TR/ldn/">Linked Data Notifications</a> is a W3C Recommendation that was developed by the <a href="https://www.w3.org/Social/WG">W3C Social Web Working Group</a></dd>
</dl>
<div id="content">
<section id="abstract">
<h2>Abstract</h2>
<div datatype="rdf:HTML" property="schema:abstract">
<p>Linked Data Notifications is a protocol that describes how servers (<a href="https://www.w3.org/TR/ldn/#receiver">receivers</a>) can have messages pushed to them by applications (<a href="https://www.w3.org/TR/ldn/#sender">senders</a>), as well as how other applications (<a href="https://www.w3.org/TR/ldn/#consumer">consumers</a>) may retrieve those messages. Any resource can advertise a receiving endpoint (Inbox) for the messages. Messages are expressed in RDF, and can contain any data.</p>
</div>
</section>
<section id="tests" inlist="" rel="schema:hasPart" resource="#tests">
<h2 property="schema:name">Tests</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>This is the test suite for Linked Data Notifications. Once your implementation has passed the relevant tests, you can submit an implementation report to help enable this specification progress to W3C Recommendation. Future implementations can use this test suite as well. Running the tests will generate a checklist, filled in where possible, to indicate the outcome of the tests with additional information, and thus which features you have implemented according to the spec.</p>
<p>Start your implementation tests at <a href="sender">sender</a>, <a href="receiver">receiver</a>, or <a href="consumer">consumer</a>, then submit a report. One report per implementation type.</p>
<dl>
<dt>Test outcomes</dt>
<dd>It returns a <a href="https://www.w3.org/TR/EARL10-Schema/#passed" class="earl:passed">passed</a>/<a href="https://www.w3.org/TR/EARL10-Schema/#failed" class="earl:failed">failed</a> response for individual requirements of the LDN spec. It also tests some optional features; you will get an <a href="https://www.w3.org/TR/EARL10-Schema/#inapplicable" class="earl:inapplicable">inapplicable</a> response if you do not implement them, rather than a fail. Some of the test outcomes will require manual checking, hence they will be marked with <a href="https://www.w3.org/TR/EARL10-Schema/#cantTell" class="earl:cantTell">cannot tell</a>. If a test was skipped or no value provided, it will be marked as <a href="https://www.w3.org/TR/EARL10-Schema/#untested" class="earl:untested">untested</a>.</dd>
</dl>
<p>Please note that individual <a href="reports/">reports</a> as well as a <a href="summary">summary</a> of all reports will be made public using <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY</a> license.</p>
</div>
</section>
</div>
</article>
</main>
</body>
</html>