This page (revision-45) was last changed on 13-Feb-2017 09:16 by Ling Min

This page was created on 11-Feb-2017 09:30 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
45 13-Feb-2017 09:16 570 bytes Ling Min to previous
44 13-Feb-2017 09:14 567 bytes Ling Min to previous | to last
43 13-Feb-2017 08:39 570 bytes Ling Min to previous | to last
42 13-Feb-2017 07:26 573 bytes Ling Min to previous | to last
41 12-Feb-2017 18:10 570 bytes Ling Min to previous | to last
Incoming links Outgoing links
Pizza ...nobody

Difference between version and

At line 3 changed 3 lines
%%ConceptVisualization
@concept: pizza:Pizza
@config: DefaultConfig
%%ConceptVisualization
@concept: pizza:American
@excludeNodes: owl:Thing, rdfs:Class, rdf:Resource, owl:Nothing, pizza:DomainConcept
@excludeRelations: rdf:type, owl:sameAs, owl:equivalentClass, owl:equivalentProperty, rdfs:subPropertyOf, owl:disjointWith
@width: 2000
At line 10 added 4 lines
!SPARQL query displaying all pizzas in pizza.owl
At line 9 changed 2 lines
SELECT * WHERE {
?x a pizza:Pizza .
SELECT ?Pizza WHERE {
?Pizza rdfs:subClassOf pizza:Pizza .
FILTER (!STRSTARTS(STR(?Pizza), "_")) .
At line 19 added one line
ORDER BY ?Pizza