Difference between revisions of "WebEx"

From PAWS Lab
Jump to: navigation, search
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.
  
== Links==
+
more coming soon
* WebEx on the web [http://adapt2.sis.pitt.edu/webex/ link]
 
 
 
== ER Model and RDF Bindings==
 
* '''<span id="scope">scope</span>''' - collection (set, bag) of [[#dissection|dissections]] - [[rss#channel|rss:channel]], alternatively [[dcmitypes#Collection|dcmitypes:Collection]]
 
** <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.hasLine">dissection.hasLine</span> -
 
* '''<span id="line">line</span>''' -
 
* '''<span id="annotation">annotation</span>''' -
 

Revision as of 22:49, 12 February 2009

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.

more coming soon