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 one line
Who does John love? [oc]
Who does John hate? [oc]
- 玛丽
At line 19 changed one line
IF "Who does John love?" = Mary
IF "Who does John hate?" = 玛丽
At line 39 changed one line
Demo Knowledge Base
Ling Demo Knowledge Base
At line 49 changed 2 lines
demo:John a demo:Person.
demo:Mary a demo:Person.
demo:Student rdfs:subClassOf demo:Person.
demo:John a demo:Student.
demo:玛丽 a demo:Student.
At line 57 changed one line
demo:John demo:loves demo:Mary.
demo:John demo:loves demo:玛丽.
At line 60 changed one line
Now we query that ontology:
Now we query that ontology...
At line 66 changed one line
?Person1 demo:loves ?Person2
?Person1 demo:loves demo:玛丽
At line 82 added 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 added one line
@import: movieontology.owl
At line 88 changed one line
demo http://example.org
demo http://example.org#
At line 112 added 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