Difference between revisions of "SiDIF"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* City is the object | * City is the object | ||
Such a set of subject / predicate / object is called a {{Link|target=Triple}} | Such a set of subject / predicate / object is called a {{Link|target=Triple}} | ||
+ | === graphical representation === | ||
+ | <graphviz> | ||
+ | digraph cityexample { | ||
+ | Tokyo->City label="isA"]; | ||
+ | } | ||
+ | </graphviz> |
Revision as of 08:10, 10 March 2015
Introduction
The Simple Data Interchange Format (SiDIF) is yet another format for exchanging data between computers.
SiDIF isA DataInterchangeFormat
is a valid SiDIF content.
Examples
City Tokyo
City isA Concept Tokyo isA City webpage addsTo City "http://www.tokyo.jp" is webpage of Tokyo
SiDIF Structure
A "sentence" like
Tokyo isA City
consists of three parts:
- Tokyo is the subject
- isA is the predicate
- City is the object
Such a set of subject / predicate / object is called a Triple
graphical representation
References
- ^ A. van Renssen. (None) "Gellish: an information representation language, knowledge base and ontology" - 215-228 pages. doi: 10.1109/siit.2003.1251209