Skip to content

Commit

Permalink
fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAlexiev committed Jan 22, 2025
1 parent bf971e3 commit 1a40315
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Intersections and restrictions, represented using blank nodes and ~rdf:List~:
**** Shot: CIDOC CRM and Reification
The tool can depict reification using ~rdf:Statement~ and various other constructs, in this case ~crm:E17_Type_Assignment~:

[doc/img/CONA-types-reification.png]
[[doc/img/CONA-types-reification.png]]

**** Shot: Arrow Styles

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

*** rdf2sparql shots

Declarative model (left) vs generated SPARQL Update for Ontorefine (right two):
Declarative model (left) vs generated SPARQL Update for OntoRefine (right two):

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

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

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

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

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

## Prerequisites

Expand Down

0 comments on commit 1a40315

Please sign in to comment.