Skip to content

Commit 1a40315

Browse files
fix image links
1 parent bf971e3 commit 1a40315

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Intersections and restrictions, represented using blank nodes and ~rdf:List~:
134134
**** Shot: CIDOC CRM and Reification
135135
The tool can depict reification using ~rdf:Statement~ and various other constructs, in this case ~crm:E17_Type_Assignment~:
136136

137-
[doc/img/CONA-types-reification.png]
137+
[[doc/img/CONA-types-reification.png]]
138138

139139
**** Shot: Arrow Styles
140140

@@ -148,7 +148,7 @@ Unicode (actual) and semantic URL links for each node and property (idea).
148148

149149
*** rdf2sparql shots
150150

151-
Declarative model (left) vs generated SPARQL Update for Ontorefine (right two):
151+
Declarative model (left) vs generated SPARQL Update for OntoRefine (right two):
152152

153153
[[doc/img/rdf2sparql-organizations.png]]
154154

doc/rdf2sparql.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="pandoc" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
77
<meta name="author" content="Vladimir Alexiev, Ontotext Corp" />
8-
<meta name="dcterms.date" content="2023-06-02" />
8+
<meta name="dcterms.date" content="2025-01-22" />
99
<title>rdf2sparql - Convert RDF examples to SPARQL queries (Ontotext Refine or TARQL)</title>
1010
<style>
1111
html {
@@ -174,7 +174,7 @@
174174
<header id="title-block-header">
175175
<h1 class="title">rdf2sparql - Convert RDF examples to SPARQL queries (Ontotext Refine or TARQL)</h1>
176176
<p class="author">Vladimir Alexiev, Ontotext Corp</p>
177-
<p class="date">2023-06-02</p>
177+
<p class="date">2025-01-22</p>
178178
</header>
179179
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
180180
<p><strong>Table of Contents</strong></p>
@@ -307,9 +307,9 @@ <h2 id="options">Options</h2>
307307
-e --end --endpoint</code></pre>
308308
<h2 id="screenshot">Screenshot</h2>
309309
<p>To illustrate the benefits of the tool, here is an illustration:
310-
declarative model (left) vs generated SPARQL Update for Ontorefine (right two).
310+
declarative model (left) vs generated SPARQL Update for OntoRefine (right two).
311311
This is from <a href="../test/graphs-crunchbase">test/graphs-crunchbase</a>:</p>
312-
<p><img src="doc/img/rdf2sparql-organizations.png" /></p>
312+
<p><img src="../doc/img/rdf2sparql-organizations.png" /></p>
313313
<h2 id="prerequisites">Prerequisites</h2>
314314
<ul>
315315
<li>Ontotext Refine or TARQL as described above</li>

doc/rdf2sparql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: rdf2sparql - Convert RDF examples to SPARQL queries (Ontotext Refine or TARQL)
33
author: Vladimir Alexiev, Ontotext Corp
4-
date: 2023-06-02
4+
date: 2025-01-22
55
---
66

77
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
@@ -132,10 +132,10 @@ You can abbreviate options. All these are equivalent:
132132

133133
## Screenshot
134134
To illustrate the benefits of the tool, here is an illustration:
135-
declarative model (left) vs generated SPARQL Update for Ontorefine (right two).
135+
declarative model (left) vs generated SPARQL Update for OntoRefine (right two).
136136
This is from [test/graphs-crunchbase](../test/graphs-crunchbase):
137137

138-
![](doc/img/rdf2sparql-organizations.png)
138+
![](../doc/img/rdf2sparql-organizations.png)
139139

140140
## Prerequisites
141141

0 commit comments

Comments
 (0)