Skip to content

Commit 138ef0c

Browse files
committed
Update context URI.
1 parent de4f50d commit 138ef0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A CodeMeta instance file describes the metadata associated with a software objec
1414
Here is an example of a basic `codemeta.json` that you can put at the root of a Github repo ([link to full example](https://ropensci.github.io/codemetar/articles/codemeta-intro.html)):
1515
```json
1616
{
17-
"@context": ["http://schema.org", {"author": {"@id": "schema:author", "@container": "@list"} } ] ,
17+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
1818
"name": "Generate CodeMeta Metadata for R Packages",
1919
"description": "Codemeta defines a 'JSON-LD' format for describing software metadata. This package provides utilities to generate, parse, and modify codemeta.jsonld files automatically for R packages.",
2020
"identifier": "http://dx.doi.org/10.5281/zenodo.XXXX"
@@ -73,7 +73,7 @@ appropriate context file, e.g.
7373

7474

7575
```
76-
"@context": "https://doi.org/10.5063/SCHEMA/CODEMETA-1.0"
76+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0"
7777
```
7878

7979
Release candidate versions may be referred to consistently using their git tag for the raw version, e.g. <https://raw.githubusercontent.com/codemeta/codemeta/2.0-rc/codemeta.jsonld>. *Please do not refer to the raw GitHub URL for the master branch*, as this is subject to change and will not guarantee a stable metadata file.

0 commit comments

Comments
 (0)