task
stringlengths
12
101
input
stringlengths
5
5.87k
output
stringlengths
1
5.47k
options
sequence
pageTitle
stringlengths
0
151
outputColName
stringlengths
1
142
url
stringlengths
24
147
wdcFile
stringlengths
71
75
d134e1e4_l__GSP____Linked_Data_Platform__LDP_Container___GSP_graph
[0] OPTIONS [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP graph]
No conflict; added LDP headers
[]
Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform
LDP Container = GSP graph
https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)
16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json
d134e1e4_l__GSP____Linked_Data_Platform__LDP_Container___GSP_graph
[0] PUT [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph]
No conflict
[]
Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform
LDP Container = GSP graph
https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)
16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json
d134e1e4_l__GSP____Linked_Data_Platform__LDP_Container___GSP_graph
[0] POST [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph]
No conflict? Different functionality is to be expected, but do not influence each other
[]
Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform
LDP Container = GSP graph
https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)
16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json
d134e1e4_l__GSP____Linked_Data_Platform__LDP_Container___GSP_graph
[0] DELETE [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph]
No conflict
[]
Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform
LDP Container = GSP graph
https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)
16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json
d134e1e4_l__GSP____Linked_Data_Platform__LDP_Container___GSP_graph
[0] PATCH [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph]
Conflict; changes through GSP can break consistency in LDPC
[]
Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP) - Linked Data Platform
LDP Container = GSP graph
https://www.w3.org/2012/ldp/wiki/Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)
16/1438042988312.76_20150728002308-00265-ip-10-236-191-2_956823289_27.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] CreateScope [Arguments] name(optional) [Return Value] Success or Failure [Description]
Creates a new scope object and pushes it on top of the scope stack. If no name is provided the scope is anonymous and may be accessed only when it on the top of the scope stack. A Failure status is returned if a scope already exists with the specified name.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] DeleteScope [Arguments] name(optional) [Return Value] Success or Failure [Description]
Removes a scope from the scope stack. If no name is provided, the topmost scope is removed. Otherwise the scope with provided name is removed. A Failure status is returned if the stack is empty or no scope with the specified name exists.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] CreateVariable [Arguments] variableName, value(optional), scopeName(optional) [Return Value] Success or Error [Description]
Creates a variable. If scopeName is not specified, the variable is created in the top most scope on the scope stack. If no value is provided, the variable is created with the default value specified by the underlying datamodel. A Failure status is returned if a variable of the same name already exists in the specified scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] DeleteVariable [Arguments] variableName, scopeName(optional) [Return Value] Success or Failure [Description]
Deletes the variable with the specified name from the specified scope. If no scopeName is provided, the variable is deleted from the topmost scope on the stack. The status Failure is returned if no variable with the specified name exists in the scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] UpdateVariable [Arguments] variableName, newValue, scopeName(optional) [Return Value] Success or Failure [Description]
Assigns a new value to the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. A Failure status is returned if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] ReadVariable [Arguments] variableName, scopeName(optional) [Return Value] value [Description]
Returns the value of the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. An error is raised if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
a6c0dc0f_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] EvaluateExpression [Arguments] expr, scopeName(optional) [Return Value] value [Description]
Evaluates the specified expression and returns its value. If scopeName is not specified, the expression is evaluated in the topmost scope on the stack. An error is raised if the specified scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] The only allowed values are "voice" and "dtmf" [Description] Defines the mode of the grammar following the modes of the W3C Speech Recognition Grammar Specification [SRGS]. [Required] No [Default Value] The value of the document property "grammarmode" [Name]
mode
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] Weights are simple positive floating point values without exponentials. Legal formats are "n", "n.", ".n" and "n.n" where "n" is a sequence of one or many digits. [Description] Specifies the weight of the grammar. See vxml2: Section 3.1.1.3 [Required] No [Default Value] 1.0 [Name]
weight
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] One of the values "safe" or "prefetch" [Description] Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed. [Required] No [Default Value] None [Name]
fetchhint
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] Time Designation [Description] The interval to wait for the content to be returned before throwing an error.badfetch event. [Required] No [Default Value] None [Name]
fetchtimeout
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] An unsigned integer [Description] Indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided. [Required] No [Default Value] None [Name]
maxage
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
4c131a07_Markup_Language__VoiceXML__3_0_Table_10__Attributes_Name
[Type] An unsigned integer [Description] Indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-stale' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds. [Required] No [Default Value] None [Name]
maxstale
[ [ "m", "o", "d", "e" ], [ "w", "e", "i", "g", "h", "t" ], [ "f", "e", "t", "c", "h", "h", "i", "n", "t" ], [ "f", "e", "t", "c", "h", "t", "i", "m", "e", "o", "u", "t" ], [ "m", "a", "x", "a", "g", "e" ], [ "m", "a", "x", "s", "t", "a", "l", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_17.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] Value [2] Example [3] Scope [4] Notes [1]
Description
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] terminology [2] The localization had “Pen Drive” when corporate terminology specified that “USB Stick” was to be used. The localization text inconsistently used "Start" and "Begin". [3] S or T [1]
An incorrect term or a term from the wrong domain was used or terms are used inconsistently.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] mistranslation [2] The English source reads "An ape succeeded in grasping a banana lying outside its cage with the help of a stick" but the Italian translation reads "l'ape riuscì a prendere la banana posta tuori dall sua gabbia aiutandosi con un bastone" ("A bee succeeded...") [3] T [4] Issues related to translation of specific terms related to the domain or task-specific language should be categorized as terminology issues. [1]
The content of the target mistranslates the content of the source.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] omission [2] One or more segments found in the source that should have been translated are missing in the target. [3] S or T [4] This type should not be used for missing whitespace or formatting codes, but instead should be reserved for linguistic content. [1]
Necessary text has been omitted from the localization or source.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] untranslated [2] The source segment reads "The Professor said to Smith that he would hear from his lawyer" but the Hungarian localization reads "A professzor azt modta Smithnek, hogy he would hear from his lawyer." [3] T [4] omission takes precedence over untranslated . Omissions are distinct in that they address cases where text is not present, while untranslated addresses cases where text has been carried from the source untranslated. [1]
Content that should have been translated was left untranslated.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] addition [2] The translated text contains a note from the translator to himself to look up a term; the note should have been deleted but was not. [3] T [1]
The translated text contains inappropriate additions.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] duplication [2] A section of the target text was inadvertently copied twice in a copy and paste operation. [3] T [1]
Content has been duplicated improperly.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] inconsistency [2] The text states that an event happened in 1912 in one location but in another states that it happened in 1812. [3] S or T [1]
The text is inconsistent with itself (NB: not for use with terminology inconsistency).
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] grammar [2] The text reads "The guidelines says that users should use a static grounding strap." [3] S or T [1]
The text contains a grammatical error (including errors of syntax and morphology).
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] legal [2] The localized text is intended for use in Thailand but includes U.S. regulatory notices. A text translated into German contains comparative advertising claims that are not allowed by German law. [3] S or T [1]
The text is legally problematic (e.g., it is specific to the wrong legal system).
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] register [2] A financia text in U.S. English refers to dollars as "bucks". [3] S or T [1]
The text is written in the wrong linguistic register of uses slang or other language variants inappropriate to the text.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] locale-specific-content [2] A text translated for the Japanese market contains call center numbers in Texas and refers to special offers available only in the U.S. [3] S or T [4] Legally inappropriate material should be classified as legal . [1]
The localization contains content that does not apply to the locale for which it was prepared.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] locale-violation [2] A text localized into German has dates in YYYY-MM-DD format instead of in DD.MM.YYYY. A text for the Irish market uses American-style foot and inch measurements instead of centimeters. [3] S or T [1]
Text violates norms for the intended locale.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] style [2] Company style guidelines dictates that all individuals be referred to as Mr. or Ms. with a family name, but the text refers to “Jack Smith”. [3] S or T [1]
The text contains stylistic errors.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] characters [2] A text should have a '•' but instead has a '¥' sign. A text translated into German omits the umlauts over 'ü', 'ö', and 'ä'. [3] S or T [1]
The text contains characters that are garbled or incorrect or that are not used in the language in which the content appears.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] misspelling [2] A German text misspells the word "Zustellung" as "Zustellüng". [3] S or T [1]
The text contains a misspelling.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] typographical [2] An English text has the following sentence: "The man whom, we saw, was in the Military and carried it's insignias". [3] S or T [1]
The text has typographical errors such as omitted/incorrect punctuation, incorrect capitalization, etc.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] formatting [2] Warnings in the text are supposed to be set in italic face, but instead appear in bold face. Margins of the text are narrower than specified. [3] S or T [1]
The text is formatted incorrectly.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] inconsistent-entities [2] The name "Thaddeus Cahill" appears in an English source but is rendered as "Tamaš Cahill" in the Czech version. The date "February 9, 2007" appears in the source but the translated text has "2. September 2007". [3] S or T [1]
The source and target text contain different named entities (dates, times, place names, individual names, etc.)
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] numbers [2] A source text states that an object is 120 cm long, but the target text says it is 129 cm. long. [3] S or T [4] Some tools may correct for differences in units of measurement to reduce false positives. [1]
Numbers are inconsistent between source and target.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] markup [2] The source segment has five markup tags but the target has only two. An opening tag in the text is missing a closing tag. [3] S or T [1]
There is an issue related to markup or a mismatch in markup between source and target.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] pattern-problem [2] The tool disallows the regular expression pattern ['"”’][\.,] but the translated text contains "A leading “expert”, a political hack, claimed otherwise." [3] S or T [1]
The text fails to match a pattern that defines allowable content (or matches one that defines non-allowable content).
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] whitespace [2] A source segment starts with six space characters but the corresponding target segment has two non-breaking spaces at the start. [3] S or T [1]
There is a mismatch in whitespace between source and target content.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] internationalization [2] A line of programming code has embedded language-specific strings. A user interface element leaves no room for text expansion. A form allows only for U.S.-style postal addresses and expects five digit U.S. ZIP codes. [3] S or T [4] There are many kinds of internationalization issues. This category is therefore very heterogeneous in what it can refer to. [1]
There is an issue related to the internationalization of content.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] length [2] The translation of a segment is five times as long as the source. [3] T or S [4] What constitutes a "significant" difference in length is determined by the model referred to in the locQualityIssueProfileRef . . [1]
There is a significant difference in source and target length.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] uncategorized [2] A new version of a tool returns information on an issue that has not been previously checked and that is not yet classified. [3] S or T [4] This category has two uses: A tool can use it to pass through quality data from another tool in cases where the issues from the other tool are not classified (for example, a localization quality assurance tool interfaces with a third-party grammar checker). A tool's issues are not yet assigned to categories, and, until an updated assignment is made, they may be listed as uncategorized . In this case it is recommended that issues be assigned to appropriate categories as soon as possible since uncategorized does not foster interoperability. [1]
The issue has not been categorized.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
b4a41922_tion_Tag_Set__ITS__Version_2_0__1
[0] other [3] S or T [4] This category allows for the inclusion of any issues not included in the previously listed values. This value MUST NOT be used for any tool- or model-specific issues that can be mapped to the values listed above. In addition, this value is not synonymous with uncategorized in that uncategorized issues may be assigned to another precise value, while other issues cannot. If a system has an "miscellaneous" or "other" category, it MUST be mapped to this value even if the specific instance of the issue might be mapped to another category. [1]
Any issue that cannot be assigned to any values listed above.
[]
Internationalization Tag Set (ITS) Version 2.0
1
http://www.w3.org/TR/2012/WD-its20-20121023/diffs/diff-wd20121023-wd20120829.html
16/1438042988312.76_20150728002308-00243-ip-10-236-191-2_828238476_2.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Proposal to add order line and parcel delivery support in the Orders Schema. [Vocab] One new Type: OrderItem, and added properties for one existent Type: Order [Topic]
Orders Schema update
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Proposal to address the basic description of Articles within issues and/or volumes of periodicals of most types. [Vocab] Three new Types: Periodical, PublicationVolume, PublicationIssue, and added properties for two existent Types: Article, CreativeWork [Topic]
Periodicals, Articles and Multi-volume Works
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Indicates a corresponding profile page for an account on a socially-oriented Web site. [Vocab] One new property: socialAccount [Topic]
social Account property
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Proposal for new Audiobook Type and abridged property for Book. [Vocab] Audiobook subtype of Book and of AudioObject, adds readBy property [Topic]
Audiobook
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Proposal for new Collection Type and part properties for CreativeWork. [Vocab] Collection subtype of CreativeWork hasPart & isPartOf properties for CreativeWork [Topic]
Collection
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Discussion [Summary] Extension for describing accessibility properties of a CreativeWork. [Vocab] Additional work to add accessMode, hasAdapation, isAdaptationof that were not covered in 1.0 Accessibility work. [Topic]
Accessibility (part 2)
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Add one type, 'QuotationSchema', a kind of CreativeWork, alongside some supporting properties. [Vocab] Quotation, spokenByCharacter, incorrectlyAttributedTo, aboutEvent, fromEvent, addressee. [Comments] Several other requirements are addressed by re-use of existing properties. Debate about whether incorrectlyAttributedTo is worthwhile. Some details to finalise. [Topic]
Add Quotation type
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Add handlers and potential actions to Action type. [Vocab] See full entry and proposal for details. [Comments] The schema.org team solicit comments on this draft via [email protected]. [Topic]
Actions in Schema.org (part 2)
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] This proposal includes new types for describing reservations and tickets [Vocab] Adds classes Reservation, ReservationStatus, ProgramMembership, Flight, TrainTrip, TrainReservation, FoodEstablishmentReservation, FlightReservation, EventReservation, ReservationPackage, BusReservation, BusTrip, RentalCarReservation, RentalCar, Car, LodgingReservation plus associated properties. [Comments] Complements Actions proposal, but independent. [Topic]
Reservations in Schema.org
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] This proposal adds a single new type, EmailMessage [Vocab] EmailMessage is a CreativeWork representing email messages, just as WebPage already represents Web pages. [Comments] No properties currently defined; proposals welcomed. [Topic]
EmailMessage type
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Accepted [Summary] This proposal adds a single new type, WorkersUnion, addressing issue 17 in the WebSchemas tracker. [Vocab] "A Workers Union (...) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying."" [Comments] One type, see draft schema. [Topic]
Workers Union type
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Some initial discussions. [Summary] Several parties are working towards a Sports Vocabulary proposal. See query from Paul Kelly (SportsML), Microdata + Sports Stats post describing earlier ESPN/Google collaboration, and the Sports Ontology used by BBC, Press Association and others. See also sports-schema-collab mailing list. [Vocab] Several sources including a full draft from the ESPN+Google work. Needs summary here. [Comments] March 2nd - posted writeup of the ESPN/Google Microdata vocabulary; next is discussion on finding common basic sports vocab for schema.org. [Topic]
Sports
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Discussing Proposals [Summary] Proposal from Marvel (see examples). [Vocab] Adds PeriodicalSeries (under Intangible(?)), PeriodicalIssue (under CreativeWork), Comic Issue (under PeriodicalIssue), GraphicNovel (under Book). Approx 6-9 properties for each of these classes. [Comments] Generally well received and specified, but some detailed discussion re fine-grain detail of comics (imprint, page count etc.). Can those properties be shared with Book/numberOfPages, or ScholarlyArticle? Should PeriodicalSeries be intangible? [Topic]
Comics and Serials
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] The historical-data.org site proposes some extensions to schema.org to address historical and genealogical (family history) scenarios. [Vocab] Adds HistoricalRecord, HistoricalEvent (subclass of Event), overrides attendees, subEvents, superEvent to point to HistoricalEvent. [Comments] There is an associated implementation, github repository, and blog. [Topic]
Historical Data proposal
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] A schema extension for describing biological databases, Sagace. [Vocab] Adds a class 'BiologicalDatabaseEntry' as a kind of CreativeWork, introducing 'entryID', 'isEntryOf', 'taxonID'. Adds 'BiologicalDatabase' also subclass of CreativeWork, with no special properties. Both also use 'breadcrumb' from WebPage. [Comments] Others have also mentioned interest in adding some notion of species. [Topic]
Biological Databases
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] A proposal resolving current problems handling breadcrumbs. [Vocab] Adds Breadcrumb type with child property and supposes to use this class on breadcrumb property of a WebPage. An important schema, but needs attention. See discussion on using literal values. [Topic]
Breadcrumbs
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] A proposal extending schema.org for describing online discussion forums and message boards. [Vocab] Adds attachmentURL, contributorType, discussionState, interestedUsers, postCount, postType, votedHelpful. [Comments] Addition candidate [Topic]
Discussion
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] A proposal extending schema.org for describing Innovation and related concepts. Discussion found here: [1] [Vocab] Covers concepts and terms such as Need, Benefit, Usage, Disruption, Innovator, Innovation, Embodiment, to name a few. See [2] for complete list of terms. [Comments] Addition candidate [Topic]
Innovation
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] Add a dissolutionDate property to Organization. [Topic]
dissolutionDate
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] Proposal [Summary] A proposal for extending LodgingBusiness. Specification is here http://thematix.com/ontologies/travel/lodging/ [Vocab] Adds Amenity, BusinessService, Feature, GuestRoomAmenity, LodgingBusinessAmenity, LodgingBusinessService, RentalOffer, RentalRate, Room, RoomType and Service. [Comments] In addition to the examples given in the cited website, examples can be seen at http://www.regencyhotelmiami.com/ and http://hiltonvb.com and at Super8 hotel description pages, e.g., http://www.super8.com/hotels/alberta/fort-mcmurray/super-8-fort-mcmurray/hotel-overview. [Topic]
Lodging Extensions
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Topic]
...
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
0aff9036_emaDotOrgProposals____W3C_Wiki__Topic
[Status] How far along [Summary] Summary of contribution. [Vocab] Overview of new terms [Comments] Comments on status, particularly regarding integration, overlaps and open issues. [Topic]
Proposal name
[]
Difference between revisions of "WebSchemas/SchemaDotOrgProposals" - W3C Wiki
Topic
http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&curid=6245&diff=72687&oldid=72686
16/1438042988312.76_20150728002308-00264-ip-10-236-191-2_810459121_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onblur [Event handler event type]
blur
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onerror [Event handler event type]
error
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onfocus [Event handler event type]
focus
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onload [Event handler event type]
load
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onresize [Event handler event type]
resize
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e9252453_6_Web_application_APIs___HTML5__Event_handler_event_type
[Event handler] onscroll [Event handler event type]
scroll
[ [ "b", "l", "u", "r" ], [ "e", "r", "r", "o", "r" ], [ "f", "o", "c", "u", "s" ], [ "l", "o", "a", "d" ], [ "r", "e", "s", "i", "z", "e" ], [ "s", "c", "r", "o", "l", "l" ] ]
6 Web application APIs — HTML5
Event handler event type
http://www.w3.org/TR/2014/CR-html5-20140429/webappapis.html
16/1438042988312.76_20150728002308-00069-ip-10-236-191-2_829241891_1.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
GET [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict, GSP returns undefined [LDP Container = GSP endpoint] No conflict, GSP returns undefined [LDP Container = GSP graph]
No conflict
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
HEAD [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP graph]
No conflict; added LDP headers
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
OPTIONS [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP endpoint] No conflict; added LDP headers [LDP Container = GSP graph]
No conflict; added LDP headers
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
PUT [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph]
No conflict
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
POST [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] Conflict [LDP Container = GSP endpoint] Conflict [LDP Container = GSP graph]
No conflict? Different functionality is to be expected, but do not influence each other
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
DELETE [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph]
No conflict
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
e3517663___GSP_____Linked_Data_Platform__LDP_Container___GSP_graph
PATCH [LDP Resource = GSP graph] No conflict [LDP Resource = GSP endpoint] No conflict [LDP Container = GSP endpoint] No conflict [LDP Container = GSP graph]
Conflict; changes through GSP can break consistency in LDPC
[]
Difference between revisions of "Linked Data Platform (LDP) vs SPARQL Graph Store HTTP Protocol (GSP)" - Linked Data Platform
LDP Container = GSP graph
http://www.w3.org/2012/ldp/wiki/index.php?title=Linked_Data_Platform_(LDP)_vs_SPARQL_Graph_Store_HTTP_Protocol_(GSP)&curid=163&diff=2871&oldid=2870
16/1438042987866.61_20150728002307-00091-ip-10-236-191-2_819033777_28.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] {$ rule text $} [Interpretation]
Emit the rule text substituting any occurrence of variables from the binding map. The outer {$ $} can be omitted in cases where there is no ambiguity.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] for(?elt in ?list) { template } [Interpretation]
?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] for(?elt in ?list, != ?other) { template } [Interpretation]
?list is a variable in the pattern which is bound to an RDF List. The for operator iterates over each element of the ?list in turn, skipping any element identical to ?other, replacing the binding map for the ?elt variable with the next list entry and processes the enclosed template in the context of that new binding map.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] $length(?list)$ [Interpretation]
Used within a template this will be replaced by the length the RDFList bound to ?list.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] $i$ [Interpretation]
Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
a4fec8f9_L_2_RL_in_RIF__Second_Edition___Interpretation
[Notation] $i+1$ [Interpretation]
Used within a for(?elt in ?list){ template } this will be replaced by the index of the current ?elt, plus 1.
[]
OWL 2 RL in RIF (Second Edition)
Interpretation
http://www.w3.org/TR/2013/NOTE-rif-owl-rl-20130205/
16/1438042987866.61_20150728002307-00149-ip-10-236-191-2_829568883_10.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] bargein [Type] boolean [Required] No [Default Value] bargein property [Description]
Controls whether the prompt can be interrupted.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] bargeintype [Type] string [Required] No [Default Value] bargeintype property [Description]
On prompts that can be interrupted, determines the type of bargein, either 'speech', or 'hotword'.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] cond [Type] data model expression [Required] No [Default Value] true [Description]
A data model expression that must evaluate to true after conversion to boolean in order for the prompt to be played.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] count [Type] positive integer [Required] No [Default Value] 1 [Description]
A number indicating the repetition count, allowing a prompt to be activated or not depending on the current repetition count.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] timeout [Type] Time Designation [Required] No [Default Value] timeout property [Description]
The time to wait for user input.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] xml:lang [Type] string [Required] No [Default Value] document's "xml:lang" attribute [Description]
The language identifier for the prompt.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
228875b3_Markup_Language__VoiceXML__3_0_Table_22__Attributes_Description
[Name] xml:base [Type] string [Required] No [Default Value] document's "xml:base" attribute [Description]
Declares the base URI from which relative URIs in the prompt are resolved.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_36.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Confidentiality [Comments] The information provided by an XKMS service may be confidential, the fact that a party has requested particular information from an XKMS service may allow confidential information to be deduced. Many XKMS applications do not require confidentiality however. [Requirement]
Some
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Request Authentication [Comments] A service only needs to authenticate a request for information if either the information is confidential or some form of charge is to be made for use of the service. [Requirement]
Some
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Response Authentication [Comments] An XKMS service that provides only a Location service for self authenticating key information such as Digital Certificates does not require authentication. [Requirement]
Most
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Transitive Authentication [Comments] Although some XKMS applications have a specific requirement to support Non-Repudiation, the ability to repudiate requests and responses is acceptable in many applications. [Requirement]
Some
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Message Correspondence [Comments] The RequestID correspondence mechanism can only be used if the Request Authentication mechanism can be relied upon. Otherwise the Digest Mechanism should be used. [Requirement]
All
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Request Replay [Comments] Request replay attacks are likely to only be a concern if the service charges on a per request basis or as a type of Denial of Service attack. [Requirement]
Some
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json
e6751ec5_t_Specification__XKMS__Part_II__Requirement
[Security Issue] Denial of Service [Comments] Any service made available on a public network is likely to be subject to a Denial of Service attack. The risk of a Denial of Service attack is generally considered to be reduced on closed networks such as internal enterprise networks. [Requirement]
Most
[ [ "S", "o", "m", "e" ], [ "M", "o", "s", "t" ], [ "A", "l", "l" ] ]
XML Key Management Specification (XKMS) Part II
Requirement
http://www.w3.org/2001/XKMS/Drafts/XKMS/xkms-part-2.html
16/1438042988312.76_20150728002308-00072-ip-10-236-191-2_833689100_0.json