-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed "watch" setting, added contact details and bumped version
- Loading branch information
1 parent
67f2cea
commit ac3e8c6
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ The Elsevier Data Architecture Linked Data Extension for Visual Studio Code brin | |
|
||
This extension depends on the [Stardog Languages Extension Pack](https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-stardog-languages) from Stardog Union | ||
|
||
For any questions, comments, please contact [Rinke Hoekstra](mailto:[email protected]) | ||
|
||
## Features | ||
|
||
The extension supports the following: | ||
|
@@ -27,7 +29,7 @@ The extension supports the following: | |
|
||
You can also access the commands through the command palette: `Cmd-Shift-p` or `Ctrl-Shift-p` and then start typing "Linked Data". | ||
|
||
## Screenshots | ||
<!-- ## Screenshots | ||
### Conversion Between RDF Formats | ||
|
@@ -38,7 +40,7 @@ You can also access the commands through the command palette: `Cmd-Shift-p` or ` | |
![Visualization](media/img/jsonld_visualisation.png) | ||
### SPARQL and SHAQL | ||
![Querying and Validation](media/img/shacl_and_sparql.png) | ||
![Querying and Validation](media/img/shacl_and_sparql.png) --> | ||
|
||
|
||
## Extension Settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
"name": "linked-data", | ||
"displayName": "Linked Data Extension", | ||
"publisher": "Elsevier", | ||
"author": {"name": "Rinke Hoekstra", "email": "[email protected]"}, | ||
"repository": "https://github.com/elsevierlabs-os/linked-data", | ||
"description": "This extension provides shortcuts for standard Linked Data operations, format conversions, validation, querying and a graph visualization.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"icon": "media/img/lde-icon.png", | ||
"engines": { | ||
"vscode": "^1.59.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters