ropensci / handlr

convert among citation formats
https://docs.ropensci.org/handlr
Other
38 stars 4 forks source link

codemeta: `@context` item should be changed I think #12

Closed sckott closed 5 years ago

sckott commented 5 years ago

right now codemeta_writer is assigning https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld to @context, but I think it should be the below:

"@context": [
    "http://purl.org/codemeta/2.0",
    "http://schema.org"
  ]