This page (revision-64) was last changed on 05-May-2021 20:05 by Albrecht Striffler

This page was created on 24-Jun-2014 12:41 by Joba Baumeister

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
64 05-May-2021 20:05 7 KB Albrecht Striffler to previous
63 05-May-2021 20:04 7 KB Albrecht Striffler to previous | to last
62 09-Dec-2019 14:24 7 KB Albrecht Striffler to previous | to last
61 09-Dec-2019 14:23 7 KB Albrecht Striffler to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 10 removed one line
At line 14 added one line
! Classes
At line 16 removed 2 lines
! Classes
At line 21 changed one line
si:LivingBeing rdfs:subClassOf si:SimpsonsConcept.
si:LivingBeing rdfs:subClassOf si:SimpsonsConcept;
rdfs:label "Lebewesen"@de, "Living being"@en.
At line 24 changed one line
rdfs:subClassOf si:LivingBeing .
rdfs:subClassOf si:LivingBeing ;
rdfs:label "Mensch"@de, "Human"@en .
At line 27 changed one line
rdfs:subClassOf si:LivingBeing .
rdfs:subClassOf si:LivingBeing ;
rdfs:label "Tier"@de, "Animal"@en .
At line 30 changed one line
rdfs:subClassOf si:SimpsonsConcept .
rdfs:subClassOf si:SimpsonsConcept ;
rdfs:label "Geschlecht"@de, "Gender"@en .
At line 63 removed one line
At line 143 removed one line
At line 155 removed one line
At line 187 changed one line
si:sibling si:lisa ;
si:sibling si:lisa, si:maggie ;
At line 251 removed 30 lines
%%SparqlVisualization
SELECT ?x ?edge ?z WHERE {
?x ?y ?z .
?x rdfs:subClassOf si:SimpsonsConcept.
?z rdfs:subClassOf si:SimpsonsConcept.
?x rdfs:subClassOf ?z.
FILTER NOT EXISTS {
?middleObject rdfs:subClassOf si:SimpsonsConcept.
?x rdfs:subClassOf ?middleObject.
?middleObject rdfs:subClassOf ?z.
FILTER (?middleObject != ?x ).
FILTER (?middleObject != ?z ).
}
FILTER (?x != owl:Nothing).
FILTER (?x != ?z).
BIND (" " AS ?edge).
}
@rankDir: BT
@linkMode: browse
@size: 700
%
%%ConceptVisualization
@concept: si:homer
@config: DefaultVisConfig
%
At line 285 removed one line
At line 301 removed one line
At line 328 removed one line
At line 345 removed one line
At line 363 removed one line
At line 369 changed one line
SELECT ?name
SELECT ?name ?husband
At line 380 removed one line
At line 403 removed one line
At line 414 changed one line
@ruleset: OWL2_RL_REDUCED_OPTIMIZED
@ruleset: OWL_HORST_OPTIMIZED_WITH_PROPERTY_CHAINS
At line 417 changed one line
Let's us the namespace {{si}} for the resources.
Let's use the namespace {{si}} for the resources.