Demo - Simpsons Visualization
This is version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
. It is not the current version, and thus it cannot be edited.
Back to current version
Restore this version
Package
Help: Package
simpsons
SparqlVisualization
Display the .svg
Help: SparqlVisualization
Download .dot
Download .svg
Download .pdf
No ontology found! The package '' is not used to compile an ontology.
ConceptVisualization
@concept: si:bart, si:burns @showLabels: false @predecessors: 10 @successors: 10 @excludeNodes: owl:Thing, rdfs:Class, rdf:Resource, owl:Nothing @excludeRelations: owl:sameAs, owl:equivalentClass, owl:equivalentProperty, rdfs:subClassOf, rdfs:subPropertyOf, rdfs:label, si:age @colors: si:color
SparqlVisualization
SELECT ?x ?y ?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 ("boo " AS ?edge).
}
@rankDir: BT @linkMode: browse @size: 700
VisualizationConfig
@name: defaultVisConfig
@excludeNodes: owl:Thing, rdfs:Class, rdf:Resource, owl:Nothing
@excludeRelations: rdf:type, owl:sameAs, owl:equivalentClass, owl:equivalentProperty, rdfs:subClassOf, rdfs:subPropertyOf,
@format: svg
@size: 1200