Skip to content

Commit

Permalink
Reduce warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 23, 2024
1 parent 0e3cb0d commit 61dda6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/advanced/SPARQL_Service_Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http://corese.inria.fr/sparql?mode=debug&query=select * {?s ?p ?o}
In addition, a server can send a message back to a client by means of a JSON object returned as Linked Result. Hence, we design a communication model between sparql client-server back and forth. User writes SPARQL service or HTTP request with client/server URL parameters. Client parses and processes client parameters and sends HTTP request with server URL parameters to server. Server parses and process server parameters. Server responds to client with SPARQL Query Results augmented with a Linked Result message URL & document. Client reads server message and processes it. -->

#### Prefix used in this document.
### Prefix used in this document.

```turtle
@prefix st: <http://ns.inria.fr/sparql-template/> .
Expand Down
6 changes: 3 additions & 3 deletions docs/source/install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Download and install corese-core
# Download and install corese-core

Download from [maven-central](https://central.sonatype.com/namespace/fr.inria.corese)

### corese-core
## corese-core

```xml
<dependency>
Expand All @@ -12,7 +12,7 @@ Download from [maven-central](https://central.sonatype.com/namespace/fr.inria.co
</dependency>
```

### corese-storage-plugin
## corese-storage-plugin

```xml
<!-- jena storage -->
Expand Down

0 comments on commit 61dda6e

Please sign in to comment.