This page (revision-1) was last changed on 05-Dec-2018 17:41 by Tim Abler

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
1 05-Dec-2018 17:41 676 bytes Tim Abler

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 31 lines
%%sparqlVisualization
SELECT ?x ?y ?z WHERE {
BIND ( %1$ AS ?x) .
?x ?y ?z .
?z rdf:type si:Human.
FILTER (?z != ?x).
}
@config: TemplateVisConfig
@rankDir: LR
@showLabels: true
@rankSame: si:homer, si:marge
@templateDefaultConcept: si:homer
@isVisTemplateForClass: si:Human
@timeout: 90
%
%%ConceptVisualization
@concept: si:homer
@language: en
@width: 1500
@rankDir: LR
@literals: OFF
@showRedundant: false
@timeout: 90
@isVisTemplateForClass: si:Human
@config: TemplateVisConfig
@excludeRelations: si:gender, si:worksAt, rdfs:subClassOf, si:livesIn
@predecessors: 0
%
%%package simpsons