This page (revision-47) was last changed on 02-Aug-2017 10:55 by Jochen Reutelshöfer

This page was created on 08-Feb-2017 10:13 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
47 02-Aug-2017 10:55 2 KB Jochen Reutelshöfer to previous
46 02-Aug-2017 10:38 2 KB Jochen Reutelshöfer to previous | to last
45 02-Aug-2017 10:38 2 KB Jochen Reutelshöfer to previous | to last
44 10-Feb-2017 10:42 2 KB Albrecht Striffler to previous | to last
43 10-Feb-2017 10:41 2 KB Albrecht Striffler to previous | to last
42 10-Feb-2017 10:40 2 KB Albrecht Striffler to previous | to last
41 10-Feb-2017 10:38 2 KB Albrecht Striffler to previous | to last

Page References

Incoming links Outgoing links
Ling ...nobody

Version management

Difference between version and

At line 6 changed 2 lines
Who does John hate? [oc]
- 玛丽
Who does John love? [oc]
At line 20 changed one line
IF "Who does John hate?" = 玛丽
IF "Who does John love?" = Mary
At line 40 changed one line
Ling Demo Knowledge Base
Demo Knowledge Base
At line 50 changed 3 lines
demo:Student rdfs:subClassOf demo:Person.
demo:John a demo:Student.
demo:玛丽 a demo:Student.
demo:John a demo:Person.
demo:Mary a demo:Person.
At line 59 changed one line
demo:John demo:loves demo:玛丽.
demo:John demo:loves demo:Mary.
At line 62 changed one line
Now we query that ontology...
Now we query that ontology:
At line 68 changed one line
?Person1 demo:loves demo:玛丽
?Person1 demo:loves ?Person2
At line 82 removed 18 lines
A visualization of the ontology:
%%SparqlVisualization
SELECT ?x ?y ?z WHERE {
?x ?y ?z.
FILTER (STRSTARTS(STR(?x), "http://example.org")) .
FILTER (STRSTARTS(STR(?y), "http://example.org") || ?y = rdf:type) .
}
%
%%Sparql
SELECT * WHERE {
?x ?y ?z .
FILTER (STRSTARTS(STR(?x), "http://www.movieontology.org")) .
}
@showQuery: true
%
At line 105 removed one line
@import: movieontology.owl
At line 109 changed one line
demo http://example.org#
demo http://example.org
At line 112 removed 2 lines
Some technical stuff: We define a separate package for all the knowledge on this page, so it is separate from all the other knowledge on d3web.de