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 20 changed one line
rdfs:label "Lebewesen"@de, "Living being"@en.
rdfs:label "Lebewesen"@de, "Living being".
At line 26 added one line
a rdfs:Class;
At line 68 added one line
At line 148 added one line
At line 160 added one line
At line 186 changed one line
si:sibling si:lisa, si:maggie ;
si:sibling si:lisa ;
At line 256 added one line
At line 261 added one line
At line 261 changed one line
?x rdf:type si:Human ;
?x rdf:type si:Animal ;
At line 277 added one line
At line 304 added one line
At line 321 added one line
At line 339 added one line
At line 333 changed one line
SELECT ?name ?husband
SELECT ?name
At line 344 removed one line
! Hierarchical Table
At line 346 removed 20 lines
%%Sparql
SELECT (SAMPLE(?sub) as ?sub) (SAMPLE(?par) as ?par) (SAMPLE(?name) as ?name) ?concept
WHERE {
{
# bind si:abraham as root node
BIND (si:abraham as ?sub) .
}
UNION
{
# collect all parent child relations (will be conntected automagically to si:abraham)
?sub si:parent ?par ;
}
# display name and concept as table columns
?sub rdfs:label ?name .
BIND (?sub as ?concept) .
} GROUP BY ?concept
@tree: true
@showQuery: true
%
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.