File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Example A (JSON-LD): An application named [WIDOCO](https://github.com/dgarijo/Wi
100100``` json
101101{
102102 "@context" : [
103- " https://w3id.org/codemeta/v3 .0" ,
103+ " https://w3id.org/codemeta/3 .0" ,
104104 " https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld" ,
105105 " https://w3id.org/software-types"
106106 ],
@@ -130,7 +130,7 @@ Example B: A python package ([Chowlk](https://github.com/oeg-upm/Chowlk)) can be
130130``` json
131131{
132132 "@context" : [
133- " https://w3id.org/codemeta/v3 .0" ,
133+ " https://w3id.org/codemeta/3 .0" ,
134134 " https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld" ,
135135 " https://w3id.org/software-types"
136136 ],
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Example A (JSON-LD): An application named [WIDOCO](https://github.com/dgarijo/Wi
100100``` json
101101{
102102 "@context" : [
103- " https://w3id.org/codemeta/v3 .0" ,
103+ " https://w3id.org/codemeta/3 .0" ,
104104 " https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld" ,
105105 " https://w3id.org/software-types"
106106 ],
@@ -130,7 +130,7 @@ Example B: A python package ([Chowlk](https://github.com/oeg-upm/Chowlk)) can be
130130``` json
131131{
132132 "@context" : [
133- " https://w3id.org/codemeta/v3 .0" ,
133+ " https://w3id.org/codemeta/3 .0" ,
134134 " https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld" ,
135135 " https://w3id.org/software-types"
136136 ],
You can’t perform that action at this time.
0 commit comments