Skip to content

Commit

Permalink
Fix prefix in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Sep 7, 2023
1 parent 8fc3db2 commit d5fd3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/abstraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ _:blank dcat:dataset <file_turtle_XXXXX_gene_tsv> .
To describe a remote dataset, you can either fill out the "Distant endpoint" and optionally the "Distant graph" fields when integrating an RDF dataset, or you could add description triples in your dataset, as follows:

```turtle
_:blank ns1:atLocation "https://my_remote_endpoint/sparql" .
_:blank prov:atLocation "https://my_remote_endpoint/sparql" .
_:blank dcat:Dataset <my_remote_graph> .
```

Expand Down Expand Up @@ -319,7 +319,7 @@ Here is an example of an ontological class:
If instead you have access to a remote SPARQL endpoint, you can indicate it here:

```turtle
_:blank ns1:atLocation "https://my_remote_endpoint/sparql" .
_:blank prov:atLocation "https://my_remote_endpoint/sparql" .
# Optional: Set a specific graph for remote queries
_:blank dcat:Dataset <my_remote_graph> .
```

0 comments on commit d5fd3a2

Please sign in to comment.