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 added one line
At line 14 removed one line
! Classes
At line 16 added 2 lines
! Classes
At line 19 changed 2 lines
si:LivingBeing rdfs:subClassOf si:SimpsonsConcept;
rdfs:label "Lebewesen"@de, "Living being"@en.
si:LivingBeing rdfs:subClassOf si:SimpsonsConcept.
At line 23 changed 2 lines
rdfs:subClassOf si:LivingBeing ;
rdfs:label "Mensch"@de, "Human"@en .
rdfs:subClassOf si:LivingBeing .
At line 27 changed 2 lines
rdfs:subClassOf si:LivingBeing ;
rdfs:label "Tier"@de, "Animal"@en .
rdfs:subClassOf si:LivingBeing .
At line 31 changed 2 lines
rdfs:subClassOf si:SimpsonsConcept ;
rdfs:label "Geschlecht"@de, "Gender"@en .
rdfs:subClassOf si:SimpsonsConcept .
At line 63 added one line
At line 143 added one line
At line 155 added one line
At line 186 changed one line
si:sibling si:lisa, si:maggie ;
si:sibling si:lisa ;
At line 251 added 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 added one line
At line 301 added one line
At line 328 added one line
At line 345 added one line
At line 363 added one line
At line 333 changed one line
SELECT ?name ?husband
SELECT ?name
At line 380 added one line
At line 403 added one line
At line 376 changed one line
@ruleset: OWL_HORST_OPTIMIZED_WITH_PROPERTY_CHAINS
@ruleset: OWL2_RL_REDUCED_OPTIMIZED
At line 379 changed one line
Let's use the namespace {{si}} for the resources.
Let's us the namespace {{si}} for the resources.