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 added 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 12 added 21 lines
%%sparqlVisualization
SELECT ?x ?y ?z WHERE {
?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) .
}
%
At line 34 added 33 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
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
%
At line 8 changed one line
@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
@excludeRelations: rdf:type, owl:sameAs, owl:equivalentClass, owl:equivalentProperty, rdfs:subClassOf, rdfs:subPropertyOf,
At line 12 removed one line
@colors: ssc:color
At line 14 removed one line