From 5466111b52bbccefbce2b5162b8246b5f3a243cc Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sat, 21 Feb 2015 13:02:46 +0100 Subject: [PATCH] Removes typing extension The features of this extension may be implemented by the intersection with (?, instance of, MY_TYPE) --- data-model.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data-model.md b/data-model.md index 188e3ea..f42a37a 100644 --- a/data-model.md +++ b/data-model.md @@ -107,12 +107,6 @@ Example: The question "Is there a pink bird?" may be formalized as `∃ (?, inst ### *sentence* *value* A *sentence* represents a full question encoded as a string. Its notation is a string between quotation marks like `"Who are you?"`. It may be only the root of the question tree. -### Typing -It is possible to add type information to *resource* and *missing* nodes. - -Example: If we choose as range "time" to the *missing* node `?` in the triple `(George Washington, birth, ?)` this *triple with hole* can only return time points. - -Example: If we choose as range "musician" for the *resource* node `Michele Smith` we state that this *resource* is the musician Michele Smith and not the author that has the same name. ## JSON serialization We provide a canonical representation of the data model in [JSON](http://www.json.org).