This page (revision-20) was last changed on 17-Dec-2012 19:51 by Sebastian Furth

This page was created on 17-Dec-2012 17:57 by Sebastian Furth

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20 17-Dec-2012 19:51 1 KB Sebastian Furth to previous
19 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
18 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
17 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
16 17-Dec-2012 19:50 1 KB Sebastian Furth to previous | to last
15 17-Dec-2012 19:49 1 KB Sebastian Furth to previous | to last
14 17-Dec-2012 18:50 1 KB Sebastian Furth to previous | to last
13 17-Dec-2012 18:49 1 KB Sebastian Furth to previous | to last
12 17-Dec-2012 18:48 1 KB Sebastian Furth to previous | to last
11 17-Dec-2012 18:48 1 KB Sebastian Furth to previous | to last
10 17-Dec-2012 18:46 1 KB Sebastian Furth to previous | to last
9 17-Dec-2012 18:45 1 KB Sebastian Furth to previous | to last
8 17-Dec-2012 18:44 1 KB Sebastian Furth to previous | to last
7 17-Dec-2012 18:43 1 KB Sebastian Furth to previous | to last
6 17-Dec-2012 18:42 1 KB Sebastian Furth to previous | to last
5 17-Dec-2012 18:39 1 KB Sebastian Furth to previous | to last
4 17-Dec-2012 18:37 1 KB Sebastian Furth to previous | to last
3 17-Dec-2012 18:36 1 KB Sebastian Furth to previous | to last
2 17-Dec-2012 18:35 1 KB Sebastian Furth to previous | to last
1 17-Dec-2012 17:57 1 KB Sebastian Furth to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 3 lines
%%(color:red)
!!! Do never delete this or this page...
%%
At line 5 added 4 lines
%%CIInfo
... as this is Jenkin's door to this website!
%
At line 25 added one line
At line 27 added one line
At line 39 added one line
At line 41 added one line
At line 54 added one line
At line 45 changed 2 lines
!!! What projects are part of this module
!!! What is the heat of the module (changes/day in the last month?)
%%SPARQL
SELECT DISTINCT (?pluginID AS ?Plugin)
WHERE
{
?plugin rdf:type lns:Plugin .
?plugin lns:hasID ?pluginID .
FILTER NOT EXISTS { ?plugin lns:partOf ?module . }
}
ORDER BY ?Plugin
%
At line 68 added one line
!!! What projects are part of this module (Foo-Module)
At line 70 added 10 lines
%%SPARQL
SELECT DISTINCT (?pluginID AS ?Plugin)
WHERE
{
?plugin rdf:type lns:Plugin .
?plugin lns:hasID ?pluginID .
?plugin lns:partOf lns:Foo-Module .
}
ORDER BY ?Plugin
%
At line 81 added 2 lines
!!! What is the heat of the module (changes/day in the last month?)
At line 52 removed 3 lines
At line 57 changed 5 lines
%%CIInfo
Writes the content of CI-Info files to KnowWE's ontology...
%
!!! Add something like this to each module page...
def Foo-Module type:: Module
def KnowWE-Plugin-Foo partOf:: Foo-Module