This page (revision-13) was last changed on 14-Feb-2017 19:37 by Albrecht Striffler

This page was created on 13-Feb-2017 08:55 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
13 14-Feb-2017 19:37 998 bytes Albrecht Striffler to previous
12 14-Feb-2017 19:36 1000 bytes Albrecht Striffler to previous | to last
11 14-Feb-2017 19:35 834 bytes Albrecht Striffler to previous | to last
10 14-Feb-2017 19:34 920 bytes Albrecht Striffler to previous | to last
9 14-Feb-2017 19:34 832 bytes Albrecht Striffler to previous | to last
8 14-Feb-2017 19:24 932 bytes Albrecht Striffler to previous | to last
7 14-Feb-2017 19:15 680 bytes Albrecht Striffler to previous | to last
6 13-Feb-2017 20:04 649 bytes Albrecht Striffler to previous | to last
5 13-Feb-2017 20:02 626 bytes Albrecht Striffler to previous | to last
4 13-Feb-2017 20:02 626 bytes Albrecht Striffler to previous | to last
3 13-Feb-2017 08:57 552 bytes Ling Min to previous | to last
2 13-Feb-2017 08:56 554 bytes Ling Min to previous | to last
1 13-Feb-2017 08:55 36 bytes unknown to last
Incoming links Outgoing links
Pizza4 ...nobody

Difference between version and

At line 4 changed one line
@concept: pizza:Pizza
@concept: http://www.pizza.com/ontologies/pizza4.owl#Pizza
At line 7 added one line
@showInverse: false
At line 12 added 11 lines
%%SparqlVisualization
SELECT ?source ?edge ?target WHERE {
?source rdfs:subClassOf ?x .
?x ?edge ?target .
FILTER (?source != ?target) .
FILTER (STRSTARTS(STR(?source), "http://www.pizza.com/ontologies/pizza4.owl")) .
FILTER (STRSTARTS(STR(?target), "http://www.pizza.com/ontologies/pizza4.owl")) .
}
%
At line 16 changed one line
?Pizza rdfs:subClassOf pizza:Pizza .
?Pizza rdfs:subClassOf <http://www.pizza.com/ontologies/pizza4.owl#Pizza> .
At line 36 added one line
@ruleset: OWL_HORST_OPTIMIZED
At line 27 removed one line