SiDIF: Difference between revisions
Jump to navigation
Jump to search
| Line 32: | Line 32: | ||
== SiDIF Implementation == | == SiDIF Implementation == | ||
see https://github.com/BITPlan/org.sidif.triplestore | see https://github.com/BITPlan/org.sidif.triplestore | ||
{| | {| | ||
! Topic ! Link | |||
| Issues | https://github.com/BITPlan/org.sidif.triplestore/issues | | Issues | https://github.com/BITPlan/org.sidif.triplestore/issues | ||
|- | |- | ||
|} | |} | ||
Revision as of 14:11, 12 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
is valid SiDIF.
SiDIF Structure
SiDIF expressions
A SiDIF expression 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

SiDIF Implementation
see https://github.com/BITPlan/org.sidif.triplestore
| Topic ! Link | https://github.com/BITPlan/org.sidif.triplestore/issues |
|---|