You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serialization-html-note/index-respec.html
+32-86Lines changed: 32 additions & 86 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,6 @@
111
111
varrespecConfig={
112
112
specStatus: "WG-NOTE",
113
113
shortName: "html-web-annotations",
114
-
subtitle: "Reference Note",
115
114
errata: "https://www.w3.org/annotation/errata/",
116
115
editors: [
117
116
{name: "Timothy W. Cole",
@@ -369,74 +368,6 @@
Motivation
369
368
dl>
370
369
p>
371
370
section>
372
-
373
-
<section>
374
-
<h3>Model and Vocabulary Conformanceh3>
375
-
<p>The Web Annotation Recommendations constrain approaches used for embedding annotations in HTML:p>
376
-
<ul>
377
-
<li>An annotation must have exactly one IRI that identifies it. It is not required that this IRI be de-referenceable.li>
378
-
<li>If an annotation is disseminated independently from the HTML document, the requirements of
379
-
the Data Model [[annotation-model]] Section 3.3.7 (Other Identities) must be observed.li>
380
-
<li>TODO? put here the salient points from the discussion of context documents and vocab from issue #347li>
381
-
<li>TODO? RDF constraints?li>
382
-
ul>
383
-
section>
384
-
385
-
<section>
386
-
<h3>Terminologyh3>
387
-
<p>TODO: add / subtract additional terminology as needed.p>
388
-
<dl>
389
-
<dt><dfndata-lt="IRI|IRIs">IRIdfn>dt>
390
-
<dd>An <a>IRIa>, or Internationalized Resource Identifier, is an extension to the URI specification to allow characters from Unicode, whereas URIs must be made up of a subset of ASCII characters. There is a mapping algorithm for translating between IRIs and the equivalent encoded URI form. IRIs are defined by [[rfc3987]].dd>
<dd>A <a>Resourcea> that MUST be identified by an <a>IRIa>, as described in the Web Architecture [[webarch]]. Web Resources MAY be dereferencable via their IRI.dd>
397
-
398
-
<dt><dfndata-lt="External Web Resource|External Web Resources">External Web Resourcedfn>dt>
399
-
<dd>A <a>Web Resourcea> which is not part of the representation the selection, such as a web page, image, or video. External Web Resources are dereferencable from their <a>IRIa>.dd>
<dd>A feature of a <a>Resourcea>, that often has a particular data type. In the model sections, the term "Property" is used to refer to only those features which are <em>notem><a>Relationshipsa> and instead have a literal value such as a string, integer, or date. The valid values for a Property are thus any data type other than object, or an array containing members of that data type if more than one is allowed.dd>
<dd>In the model sections, the term "Relationship" is used to distinguish those features that refer to other <a>Resourcesa>, either by reference to the <a>Resourcea>'s <a>IRIa> or by including a description of the <a>Resourcea> in the representation. The valid values for a Relationship are: a quoted string containing an IRI, an object that has the "id" property, or an array containing either of these if more than one is allowed.dd>
428
-
429
-
<dt><dfndata-lt="Class|Classes">Classdfn>dt>
430
-
<dd><a>Resourcesa> may be divided, conceptually, into groups called "classes"; members of a class are known as <a>Instancesa> of that class. Resources are associated with a particular class through <a>typinga>. Classes are identified by <a>IRIsa>, i.e., they are also <a>Web Resourcesa> themselves.dd>
431
-
432
-
<dt><dfndata-lt="type|types|typing">Typedfn>dt>
433
-
<dd>A special <a>Relationshipa> that associates an <a>Instancea> of a class to the <a>Classa> it belongs to.dd>
0 commit comments