Difference between revisions of "WebEx"

From PAWS Lab
Jump to: navigation, search
 
(8 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]]
+
[[Image:AnnotatedExamples.jpg|750x1000px]]
** <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]]
+
== Relevant Links ==
* '''<span id="dissection">dissection</span>''' -
+
[[WebEx RDF Binding]]
** <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.hasLine">dissection.hasLine</span> -
 
* '''<span id="line">line</span>''' -
 
* '''<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:

AnnotatedExamples.jpg

Relevant Links

WebEx RDF Binding