d3web Demo#

Here we define our objects/questions

Who does John hate? [oc] - 玛丽 - Mary - Someone else - Himself - No one What is John doing? <abstract> [oc] - He isn't doing anything - He buys a present for Mary
The rule:

IF
"Who does John hate?"
=
玛丽
THEN
"What is John doing?"
=
He buys a present for Mary
ELSE
"What is John doing?"
=
"He isn't doing anything"
Dialog to test the knowledge. Answer the first question, the rule will answer the second automatically (red square to reset)

No knowledge base found for this interview.
Shows the currently derived fact:

ShowSolutions
Unable to find knowledge base. Please either add to a package used for a knowledge base or specify a master article.
Here we have the markup to define and compile the knowledge. You can download/export it here (tools in the top right corner):

Ling Demo Knowledge Base
ling

Ontology demo#

We define our ontology:

demo.Person
demo:Person
a
rdfs.Class
rdfs:Class
.
demo.Student
demo:Student
rdfs.subClassOf
rdfs:subClassOf
demo.Person
demo:Person
.
demo.John
demo:John
a
demo.Student
demo:Student
.
demo.玛丽
demo:玛丽
a
demo.Student
demo:Student
.
demo.loves
demo:loves
a
rdf.Property
rdf:Property
.
demo.buysPresent
demo:buysPresent
a
rdf.Property
rdf:Property
.
demo.loves
demo:loves
owl.sameAs
owl:sameAs
demo.buysPresent
demo:buysPresent
.
demo.John
demo:John
demo.loves
demo:loves
demo.玛丽
demo:玛丽
.
Now we query that ontology...

A query do see who loves whom:

No ontology found! The package '' is not used to compile an ontology. Internal error while rendering section: null
A query do see who buys a present for whom:

No ontology found! The package '' is not used to compile an ontology. Internal error while rendering section: null
A visualization of the ontology:

No ontology found! The package '' is not used to compile an ontology.
No ontology found! The package '' is not used to compile an ontology. Internal error while rendering section: null
Here we have again a markup to compile the ontology. You can download/export it here (tools in the top right corner):

Demo ontology
OWL_HORST_OPTIMIZED
movieontology.owl
ling
demo http://example.org#
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

ling