Skip to content

Commit bf971e3

Browse files
add screenshots (close #30). regen HTML documentation
1 parent 588a5c8 commit bf971e3

File tree

5 files changed

+1537
-1450
lines changed

5 files changed

+1537
-1450
lines changed

README.org

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#+DESCRIPTION:
1818
#+KEYWORDS: RDF, visualization, PlantUML, R2RML, generation, model-driven, RDF by Example, rdfpuml, rdf2rml, rdf2sparql, rdf2tarql, rdf2ontorefine
1919

20-
2120
* Table of Contents :TOC:noexport:
2221
:PROPERTIES:
2322
:TOC: :include all
@@ -27,6 +26,13 @@
2726
- [[#introduction][Introduction]]
2827
- [[#license-and-citation][License and Citation]]
2928
- [[#documentation][Documentation]]
29+
- [[#rdfpuml-shots][rdfpuml shots]]
30+
- [[#shot-company-and-person-info][Shot: Company and Person Info]]
31+
- [[#shot-complex-class-expressions][Shot: Complex Class Expressions]]
32+
- [[#shot-cidoc-crm-and-reification][Shot: CIDOC CRM and Reification]]
33+
- [[#shot-arrow-styles][Shot: Arrow Styles]]
34+
- [[#shot-unicode-and-links][Shot: Unicode and Links]]
35+
- [[#rdf2sparql-shots][rdf2sparql shots]]
3036
- [[#related-work][Related Work]]
3137
- [[#installation][Installation]]
3238
- [[#docker-image][Docker Image]]
@@ -107,6 +113,45 @@ If you use this software, please cite it as shown above.
107113
- [[https://github.com/VladimirAlexiev/rdf2rml/blob/master/doc/rdf2rml.md][rdf2rml.md]] or [[http://rawgit2.com/VladimirAlexiev/rdf2rml/master/doc/rdf2rml.html][rdf2rml.html]]
108114
- [[https://github.com/VladimirAlexiev/rdf2rml/blob/master/doc/rdf2sparql.md][rdf2sparql.md]] or [[http://rawgit2.com/VladimirAlexiev/rdf2rml/master/doc/rdf2sparql.html][rdf2sparql.html]] (subsumes ~rdf2tarql~ and ~rdf2ontorefine~)
109115

116+
*** rdfpuml shots
117+
Everyone likes screenshots!
118+
- There are some shots that illustrate each feature in the documentation ([[https://github.com/VladimirAlexiev/rdf2rml/blob/master/doc/rdfpuml.md][rdfpuml.md]] or [[http://rawgit2.com/VladimirAlexiev/rdf2rml/master/doc/rdfpuml.html][rdfpuml.html]]).
119+
- There are more shots in individual tests in [[test]].
120+
- I'm planning to create a Gallery of all shots in tests
121+
122+
But until I do it, here are a couple of shots.
123+
124+
**** Shot: Company and Person Info
125+
Information about Sirma Group and Atanas Kiryakov from Refinitiv PermID:
126+
127+
[[test/permid/sample-SirmaGroup-AtanasKiryakov.png]]
128+
129+
**** Shot: Complex Class Expressions
130+
Intersections and restrictions, represented using blank nodes and ~rdf:List~:
131+
132+
[[test/complex-types/example2.png]]
133+
134+
**** Shot: CIDOC CRM and Reification
135+
The tool can depict reification using ~rdf:Statement~ and various other constructs, in this case ~crm:E17_Type_Assignment~:
136+
137+
[doc/img/CONA-types-reification.png]
138+
139+
**** Shot: Arrow Styles
140+
141+
[[doc/img/arrowStyles.png]]
142+
143+
**** Shot: Unicode and Links
144+
Unicode (actual) and semantic URL links for each node and property (idea).
145+
"Zmrzlina" is Czech for "icecream" and may have the highest concentration of consonants in the world:
146+
147+
[[test/unicode/svg-links.png]]
148+
149+
*** rdf2sparql shots
150+
151+
Declarative model (left) vs generated SPARQL Update for Ontorefine (right two):
152+
153+
[[doc/img/rdf2sparql-organizations.png]]
154+
110155
** Related Work
111156

112157
Software:
@@ -188,7 +233,7 @@ To adopt changes, do something like this.
188233
#+end_src
189234

190235
* ToDo Tasks
191-
See [[CHANGELOG.org][CHANGELOG.org]].
236+
See [[CHANGELOG.org][CHANGELOG.org]] for implemented features and fixes.
192237

193238
Help needed for the following tasks.
194239
Post bugs and enhancement requests to this repo!
275 KB
Loading

0 commit comments

Comments
 (0)