This page (revision-49) was last changed on 19-Apr-2016 13:10 by Jochen Reutelshöfer

This page was created on 19-Apr-2016 11:47 by unknown

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
49 19-Apr-2016 13:10 2 KB Jochen Reutelshöfer to previous
48 19-Apr-2016 13:09 2 KB Jochen Reutelshöfer to previous | to last
47 19-Apr-2016 13:07 1 KB Jochen Reutelshöfer to previous | to last
46 19-Apr-2016 13:05 1 KB Jochen Reutelshöfer to previous | to last
45 19-Apr-2016 13:04 1 KB Jochen Reutelshöfer to previous | to last
44 19-Apr-2016 13:00 1 KB Jochen Reutelshöfer to previous | to last
43 19-Apr-2016 12:59 1 KB Jochen Reutelshöfer to previous | to last
42 19-Apr-2016 12:58 1 KB Jochen Reutelshöfer to previous | to last
41 19-Apr-2016 12:58 1 KB Jochen Reutelshöfer to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 removed 8 lines
%%sparqlVisualization
SELECT ?x ?y ?z WHERE {
?x ?y ?z.
FILTER (strstarts(str(?x), "http://www.example.org/ontology#")) .
FILTER (strstarts(str(?y), "http://www.example.org/ontology#")) .
}
@colors: si:color
%
At line 14 changed 17 lines
?x ?y ?z.
FILTER (?x != owl:Thing) .
FILTER (?x != owl:Nothing) .
FILTER (?x != rdfs:Resource) .
FILTER (?x != rdfs:Class) .
FILTER (?x != owl:Class) .
FILTER NOT EXISTS {?x rdf:type rdf:Property}.
FILTER (?z != owl:Thing) .
FILTER (?z != owl:Nothing) .
FILTER (?z != rdfs:Resource) .
FILTER (?z != rdfs:Class) .
FILTER (?z != owl:Class) .
FILTER NOT EXISTS {?z rdf:type rdf:Property}.
FILTER (?y != owl:sameAs) .
FILTER (?y != rdfs:subClassOf) .
FILTER (?y != rdfs:subPropertyOf) .
FILTER (?y != owl:equivalentClass) .
?x ?y ?z .
?x rdf:type si:SimpsonsConcept.
?z rdf:type si:SimpsonsConcept.
At line 10 added one line
@config: defaultVisConfig
At line 34 changed 11 lines
%%off: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
%
%%off:SparqlVisualization
%%SparqlVisualization
At line 59 changed one line
BIND ("boo " AS ?edge).
BIND (" " AS ?edge).
At line 70 changed one line
@excludeRelations: rdf:type, owl:sameAs, owl:equivalentClass, owl:equivalentProperty, rdfs:subClassOf, rdfs:subPropertyOf,
@excludeRelations: rdf:type, ssc:instance, owl:sameAs, ssc:isSubComponentOfTransitive, ssc:hasSubComponentTransitive, owl:equivalentClass, owl:equivalentProperty, ssc:hasVisParent, ssc:hasVisChild, rdfs:subClassOf, rdfs:subPropertyOf, ssc:hasSubComponent, ssc:locationOf, ssc:installedAt
At line 43 added one line
@colors: ssc:color