Skip to content

Commit 18653e3

Browse files
committed
[doc/rdf] Add RDF to readthedocs
1 parent 4165932 commit 18653e3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Contents:
1212
:maxdepth: 2
1313

1414
tutorial
15+
odmltordf
1516
reference
1617

1718
Indices and tables

doc/odmltordf.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
==================
2+
odML to RDF export
3+
==================
4+
5+
Opening odML to graph database searches
6+
=======================================
7+
8+
Searches within odML documents are part of the library implementation and imports from linked, external sources into odML documents are possible.
9+
With the option to export odML documents to the RDF format, users also gain the option to search across multiple documents using tools from the Semantic Web technology.
10+
11+
If you are unfamiliar with it, we linked additional information to the `Semantic web` <https://www.w3.org/standards/semanticweb> and `RDF` <https://www.w3.org/TR/rdf11-concepts> for your convenience and give a brief introduction below.
12+
13+
RDF was designed by the World Wide Web Consortium (W3C) as a standard model for data representation and exchange on the web with the heterogeneity of data in mind. Even tough the RDF file format might vary, the underlying concept features two key points. The first is that information is structured in subject-predicate-object triples e.g. "apple hasColor red". The second key point is that multiple subjects and objects can be connected to form a graph e.g. "tree hasFruit apple" can be combined with the previous example to form a minimal graph. These graphs can contain very heterogeneous data, but can still be queried due to the semantic structure of the underlying data.
14+
15+

0 commit comments

Comments
 (0)