WebEx: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Myudelson (talk | contribs)
No edit summary
Yuh43 (talk | contribs)
No edit summary
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[WebEx]] is a system that serves dissected examples - [[#dissection|dissections]]. Each dissection is a sequence of [[#line|lines]] that have [[#annotation|annotations]] associated with them. [[#dissection|Dissections]] are grouped into collections - [[#scope|scopes]]. The natural domain of WebEx is programming. However, other applications are also possible, e.g. poetry.
[[WebEx]] is a system that serves dissected examples - [[#dissection|dissections]]. Each dissection is a sequence of [[#line|lines]] that have [[#annotation|annotations]] associated with them. [[#dissection|Dissections]] are grouped into collections - [[#scope|scopes]]. The natural domain of WebEx is programming. However, other applications are also possible, e.g. poetry.


== RDF Bindings==
Here are two examples from WebEx:
* '''<span id="scope">scope</span>''' - collection (set, bag) of [[#dissection|dissections]] - [[rss#channel|rss:channel]]
** <span id="scope.name">scope.name</span> - [[rss#channel.title|rss:channel.title]]
** <span id="scope.description">scope.description</span> - [[rss#channel.description|rss:channel.description]]
** <span id="scope.hasDissection">scope.hasDissection</span> - [[rss#channel.items|rss:channel.items]]
* '''<span id="dissection">dissection</span>''' -
** <span id="dissection.name">dissection.name</span> - [[rss#item.title|rss:item.title]]
** <span id="dissection.description">dissection.description</span> - [[rss#item.description|rss:item.description]]
** <span id="dissection.hasDissection">dissection.hasDissection</span> -


** [[rss#textinput.title|textinput title]]
[[Image:AnnotatedExamples.jpg|750x1000px]]
** [[#image.url|image url]]
 
** [[#image.link|image link]]
== Relevant Links ==
* '''<span id="line">line</span>''' -
[[WebEx RDF Binding]]
* '''<span id="annotation">annotation</span>''' -

Latest revision as of 19:33, 4 April 2016

WebEx is a system that serves dissected examples - dissections. Each dissection is a sequence of lines that have annotations associated with them. Dissections are grouped into collections - scopes. The natural domain of WebEx is programming. However, other applications are also possible, e.g. poetry.

Here are two examples from WebEx:

Relevant Links

WebEx RDF Binding