This page (revision-1) was last changed on 05-Dec-2018 17:37 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:37 762 bytes Tim Abler

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 41 lines
%%sparqlVisualization
select ?x ?y ?z
where{
bind ( %1$ as ?z).
?x ?y ?z.
}
@config: TemplateVisConfig
@showLabels: true
@templateDefaultConcept: si:springfield
@isVisTemplateForClass: si:Location
%
%%package simpsons
!! Color Definitions for Properties and Classes
%%turtle
si:colorTemplate a rdf:Property.
si:Human si:colorTemplate "#ffbb22".
si:Location si:colorTemplate "#11bb66".
si:livesIn si:colorTemplate "#8899ff".
%
!! Config
%%VisualizationConfig
@name: TemplateVisConfig
@showOutgoingEdges: false
@excludeNodes: owl:Thing, rdfs:Class, rdf:Resource, owl:Nothing
@format: svg
@predecessors: 1
@size: 1200
@rankDir: BT
@showLabels: false
@showInverse: false
@colors: si:colorTemplate
%