Difference between revisions of "WebEx"
From PAWS Lab
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== | ||
+ | * WebEx on the web [http://adapt2.sis.pitt.edu/webex/ link] | ||
== RDF Bindings== | == RDF Bindings== | ||
Line 12: | Line 15: | ||
* '''<span id="line">line</span>''' - | * '''<span id="line">line</span>''' - | ||
* '''<span id="annotation">annotation</span>''' - | * '''<span id="annotation">annotation</span>''' - | ||
− | |||
− | |||
− |
Revision as of 18:43, 16 October 2007
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.
Links
- WebEx on the web link
RDF Bindings
- scope - collection (set, bag) of dissections - rss:channel
- scope.name - rss:channel.title
- scope.description - rss:channel.description
- scope.hasDissection - rss:channel.items
- dissection -
- dissection.name - rss:item.title
- dissection.description - rss:item.description
- dissection.hasLine -
- line -
- annotation -