From 1f5ba1f1e633c3264bc8ce3117085477b80b9167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= <maxime.lefrancois.86@gmail.com> Date: Mon, 27 Jul 2020 16:39:42 +0200 Subject: [PATCH] closes issue #2 --- src/main/resources/documentation/example/main.rqg | 1 - src/main/resources/documentation/ontology/main.rqg | 1 - src/main/resources/documentation/term/main.rqg | 1 - 3 files changed, 3 deletions(-) diff --git a/src/main/resources/documentation/example/main.rqg b/src/main/resources/documentation/example/main.rqg index dc0cae3..45f6cec 100644 --- a/src/main/resources/documentation/example/main.rqg +++ b/src/main/resources/documentation/example/main.rqg @@ -38,7 +38,6 @@ TEMPLATE <example/main.rqg>( ?example ) { <span><a href="{ ?name }.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON--LD-blue.svg"/></a></span> <span><a href="{ ?name }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N3-blue.svg"/></a></span> <span><a href="{ ?name }.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N--Triples-blue.svg"/></a></span> - <span><a href="{ ?name }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg"/></a></span> <span><a href="{ ?name }.rdf" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg"/></a></span> <span><a href="{ ?name }.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-Turtle-blue.svg"/></a></span> </dd> diff --git a/src/main/resources/documentation/ontology/main.rqg b/src/main/resources/documentation/ontology/main.rqg index 293f15b..03aadb7 100644 --- a/src/main/resources/documentation/ontology/main.rqg +++ b/src/main/resources/documentation/ontology/main.rqg @@ -77,7 +77,6 @@ TEMPLATE <header.rqg>( st:call-template(<ontology/title.rqg>, ?onto ) , ?pathToS <span><a href="{ ?filename }.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON--LD-blue.svg"/></a></span> <span><a href="{ ?filename }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N3-blue.svg"/></a></span> <span><a href="{ ?filename }.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N--Triples-blue.svg"/></a></span> - <span><a href="{ ?filename }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg"/></a></span> <span><a href="{ ?filename }.rdf" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg"/></a></span> <span><a href="{ ?filename }.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-Turtle-blue.svg"/></a></span> </dd> diff --git a/src/main/resources/documentation/term/main.rqg b/src/main/resources/documentation/term/main.rqg index d84bd1b..87d3d98 100644 --- a/src/main/resources/documentation/term/main.rqg +++ b/src/main/resources/documentation/term/main.rqg @@ -49,7 +49,6 @@ TEMPLATE <term/main.rqg>( ?term ) { <span><a href="{ ?localName }.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON--LD-blue.svg"/></a></span> <span><a href="{ ?localName }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N3-blue.svg"/></a></span> <span><a href="{ ?localName }.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N--Triples-blue.svg"/></a></span> - <span><a href="{ ?localName }.n3" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg"/></a></span> <span><a href="{ ?localName }.rdf" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg"/></a></span> <span><a href="{ ?localName }.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-Turtle-blue.svg"/></a></span> </dd> -- GitLab